The commodity market comprises the trading of raw materials such as oil, gold, coffee, etc. Our API offers over ten years of end-of-day historical prices and volumes for major commodities. There is a limit of 300 records per API call.
https://financialdata.net/api/v1/commodity-prices?identifier=ZC| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a commodity. | ZC |
| 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": "ZC",
"date": "2024-12-03",
"open": 425.0,
"high": 428.0,
"low": 422.75,
"close": 423.25,
"volume": 4078.0
},
{
"trading_symbol": "ZC",
"date": "2024-12-02",
"open": 423.0,
"high": 425.5,
"low": 420.75,
"close": 424.5,
"volume": 3877.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.