Get over 10 years of historical end-of-day futures prices and volumes. Data is available for major agricultural, energy, equity, FX, interest rate, and metal futures. There is a limit of 300 records per API call.
https://financialdata.net/api/v1/futures-prices?identifier=ZN| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a futures contract. | ZN |
| 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": "ZN",
"date": "2025-03-07",
"open": 110.81,
"high": 111.28,
"low": 110.47,
"close": 110.55,
"volume": 6317.0
},
{
"trading_symbol": "ZN",
"date": "2025-03-06",
"open": 110.64,
"high": 110.91,
"low": 110.39,
"close": 110.78,
"volume": 6317.0
},
...
]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.