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.
https://financialdata.net/api/v1/earnings-calendar?date=2025-10-31| Name | Type | Description | Example |
|---|---|---|---|
| date | string | The date in YYYY-MM-DD format. | 2025-10-31 |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 300 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"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
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.