Get a schedule of upcoming economic events and major indicator announcements, including Gross Domestic Product (GDP), Consumer Price Index (CPI), unemployment rate, retail sales, etc. Details include event time, country, and previous and actual indicator values. 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/economic-calendar?date=2025-10-19| Name | Type | Description | Example |
|---|---|---|---|
| date | string | The date in YYYY-MM-DD format. | 2025-10-19 |
| 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 |
[
{
"event_name": "GDP Y/Y (Q3)",
"country": "CHINA",
"country_code": "CN",
"time": "2025-10-19 21:00:00",
"previous_value": 5.2,
"actual_value": 4.8
},
{
"event_name": "GDP Q/Q SA (Q3)",
"country": "CHINA",
"country_code": "CN",
"time": "2025-10-19 21:00:00",
"previous_value": 1.1,
"actual_value": 1.1
},
...
]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.