cotton
Fetch real-time and historical cotton commodity data for financial analysis and market tracking using Alpha Vantage API.
Instructions
Fetch cotton
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | ||
| datatype | No |
Input Schema (JSON Schema)
{
"properties": {
"datatype": {
"type": "string"
},
"interval": {
"type": "string"
}
},
"required": [],
"type": "object"
}