Skip to main content
GET
Get Commodity Historical Data

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string
required

Commodity symbol (eg., GCUSD, ZLUSX, SILUSD)

start_time
integer<int64>
required

Start time (Unix timestamp in seconds)

end_time
integer<int64>
required

End time (Unix timestamp in seconds)

sort_order
enum<string>

Sort order by date: desc (default, newest first) or asc (oldest first)

Available options:
asc,
desc

Response

Successfully retrieved commodity historical data

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean