Company Information API
Get detailed company information including corporate profiles, insider trading activities, and shareholder data.Available Endpoints
Company Profile
Get basic company information including business description, sector, industry, and key metrics.Insider Trades
Track insider trading activities by company executives and major shareholders.Company Shareholders
Get information about major shareholders and institutional ownership.Use Cases
Due Diligence
Research companies before making investment decisions
Insider Activity Monitoring
Track insider trading patterns for market insights
Ownership Analysis
Analyze institutional ownership and major shareholders
Company Screening
Filter companies based on fundamental criteria
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock ticker symbol (e.g., AAPL, MSFT) |
Response Format
All company endpoints return data in a consistent format:success
: Boolean indicating if the request was successfuldata
: Object containing the requested company informationmessage
: Descriptive message about the responsetimestamp
: ISO 8601 timestamp of the response
Error Handling
Common error responses:400 Bad Request
: Invalid symbol format404 Not Found
: Company data not available429 Too Many Requests
: Rate limit exceeded500 Internal Server Error
: Server error
Company data is updated daily. Some information may have a 1-day delay.