Commodities
Commodity historical prices
Monthly historical price series for a single commodity. Use the catalog endpoint to get valid commodity IDs.
get/api/v1/commodities/{commodity_id}
Path parameters
commodity_idstring required
Commodity identifier slug.
Commodity identifier slug.
Query parameters
limitinteger
Number of most recent observations (1-240)
Number of most recent observations (1-240)
Response
Commodity historical prices.
Example response
{
"data": {
"id": "gold",
"title": "Gold ($/troy oz)",
"units": "$/troy oz",
"data": [
{
"date": "2025M01",
"value": 2045.3
}
],
"count": 60
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}