API Documentation
⌘K
API Key
Get free key GET
/api/1/commodity/prices/{symbol}Commodity Prices API
Returns historical price data from the markets.commodity_prices table for a specific commodity
Parameters
2daysnumberNumber of days of history (default 365, max 3650)
symbolstringrequiredCommodity symbol (e.g. GOLD, WTI, BRENT, NATGAS, SILVER)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/commodity/prices/AAPL' \
-H 'Accept: application/json'200 Response
[
{
"symbol": "GOLD",
"date": "2026-04-01T00:00:00.000Z",
"price": 2350.5
}
]