Earnings Releases API

An earnings release is an official public announcement revealing a company's profitability during a specific time period. It affects the share price, which rises or falls in response to the company's performance. Our API provides extensive information on the release, including actual and predicted earnings, release timing, and so on.

API Endpoint

https://financialdata.net/api/v1/earnings-releases?identifier=MSFT

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security, or the central index key (CIK). The latter is assigned to the entity by the United States Securities and Exchange Commission.MSFT, 0000789019
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "MSFT",
    "central_index_key": "0000789019",
    "registrant_name": "MICROSOFT CORP",
    "market_cap": 3089118613620.0,
    "fiscal_quarter_end_date": "2024-09",
    "earnings_per_share": 3.3,
    "earnings_per_share_forecast": 3.08,
    "percentage_surprise": 7.14,
    "number_of_forecasts": 16,
    "conference_call_time": "2024-10-30 18:30:00"
  },
  {
    "trading_symbol": "MSFT",
    "central_index_key": "0000789019",
    "registrant_name": "MICROSOFT CORP",
    "market_cap": 3069639225987.0,
    "fiscal_quarter_end_date": "2024-06",
    "earnings_per_share": 2.95,
    "earnings_per_share_forecast": 2.9,
    "percentage_surprise": 1.72,
    "number_of_forecasts": 15,
    "conference_call_time": "2024-07-30 18:30:00"
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.