Get historical commodity rates
get_historical_ratesRetrieve historical open, high, low, and close rates for commodity symbols on any past date since 1990. If no data exists for the exact date, the nearest available date is returned.
Instructions
Returns open/high/low/close rates for one or more symbols on a specific past date (available back to 1990-01-01). If no rate exists for that exact date, the API returns the nearest available date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format. | |
| symbols | Yes | Comma-separated commodity symbols, e.g. 'XAU,XAG,BRENTOIL-SPOT'. See the list_symbols tool for valid values. Invalid symbols in a multi-symbol request are silently omitted from the response, not errored. |