Financial Data API

Company Data API

The Company API provides 2 endpoints for retrieving company profiles and news articles. Get comprehensive company information including business descriptions, market capitalization, sector and industry classifications, CEO, employee count, and more. Retrieve the latest financial news articles for any public company with full article text, publication dates, and source information.

Apple (AAPL) data is available on the free tier for both endpoints. Access to other companies requires a premium subscription.

Available Endpoints

EndpointPathDescription
Company ProfileGET /v2/company/profile/{identifier}Comprehensive company profile with 30+ data points
Company NewsGET /v2/company/news/{identifier}Latest news articles with full text and source data

Company Identifiers

Both endpoints accept multiple identifier formats in the URL path:

  • Ticker symbol: AAPL, MSFT, GOOGL
  • CIK (SEC Central Index Key): 0000320193
  • CUSIP: 037833100
  • ISIN: US0378331005

Use Cases

  • Company overview pages. display company profiles with key metrics and business descriptions
  • News feeds. build a financial news aggregator for portfolio companies
  • Research tools. combine profiles with financial statements for fundamental analysis
  • Due diligence workflows. gather company information and recent news before investment decisions

Next Steps