all_commodities
Access real-time and historical commodity market data to track prices, analyze trends, and monitor global commodity performance across various intervals and data formats.
Instructions
Fetch all commodities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | ||
| datatype | No |
Input Schema (JSON Schema)
{
"properties": {
"datatype": {
"type": "string"
},
"interval": {
"type": "string"
}
},
"required": [],
"type": "object"
}