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