sugar
Retrieve sugar commodity price data for market analysis and trading decisions using Alpha Vantage financial data.
Instructions
Fetch sugar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | ||
| datatype | No |
Input Schema (JSON Schema)
{
"properties": {
"datatype": {
"type": "string"
},
"interval": {
"type": "string"
}
},
"required": [],
"type": "object"
}