Commodity Time Series
commodity_time_seriesRetrieve daily open, high, low, and close prices for commodity symbols over a date range up to 365 days.
Instructions
Get daily OHLC (Open, High, Low, and Close) prices for commodities over a date range (max 365 days). If symbols are missing from results or a 404 is returned, use 'commodity_historical_rates' to find valid trading dates and retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Comma-separated commodity symbols (e.g. 'XAU,XAG,WTIOIL-SPOT'). If unsure of the exact symbol, use 'commodity_symbols' first. | |
| start_date | Yes | Start date in YYYY-MM-DD format. Max range from end_date is 365 days. | |
| end_date | Yes | End date in YYYY-MM-DD format. Max range from start_date is 365 days. |