Earnings Calendar API

An earnings release is an official announcement of a company's financial results that often moves its stock price based on performance. Our API allows you to retrieve a list of upcoming earnings releases, including the release date, earnings call time, EPS forecast, etc. The timezone used for time values is EST (Eastern Standard Time). There is a limit of 300 records per API call.

API Endpoint

https://financialdata.net/api/v1/earnings-calendar?date=2025-10-31

Query Parameters

NameTypeDescriptionExample
datestringThe date in YYYY-MM-DD format.2025-10-31
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.300
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": "XOM",
    "registrant_name": "EXXON MOBIL CORP",
    "fiscal_quarter_end_date": "2025-09",
    "report_date": "2025-10-31",
    "conference_call_time": "2025-10-31 08:30:00",
    "earnings_per_share_forecast": 1.78
  }
  {
    "trading_symbol": "ABBV",
    "registrant_name": "AbbVie Inc.",
    "fiscal_quarter_end_date": "2025-09",
    "report_date": "2025-10-31",
    "conference_call_time": "2025-10-31 08:00:00",
    "earnings_per_share_forecast": 1.79
  },
  ...
]
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.