Futures Prices API

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.

API Endpoint

https://financialdata.net/api/v1/futures-prices?identifier=ZN

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a futures contract.ZN
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": "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
  },
  ...
]
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.