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