alpha_vantage_query
Query financial market data including stock time series, forex rates, crypto prices, and economic indicators from Alpha Vantage.
Instructions
Query financial market data from Alpha Vantage. Stock time series, forex rates, crypto prices, and economic indicators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function | Yes | API function (e.g., TIME_SERIES_DAILY, FX_DAILY, DIGITAL_CURRENCY_DAILY, REAL_GDP) | |
| symbol | No | Stock/crypto symbol (e.g., AAPL, BTC) | |
| from_currency | No | From currency for forex (e.g., USD) | |
| to_currency | No | To currency for forex (e.g., KRW) | |
| interval | No | Interval for intraday (1min, 5min, 15min, 30min, 60min) | |
| outputsize | No | compact=100 points, full=all (default compact) |