Commodity Fluctuation
commodity_fluctuationRetrieve price fluctuation for commodity symbols over a date range. If symbols are missing, use historical rates to find valid trading dates and retry.
Instructions
Get price fluctuation for commodity symbols over a date range. 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 of the interval in YYYY-MM-DD format. | |
| end_date | Yes | End date of the interval in YYYY-MM-DD format. |