forex_intraday
Retrieve intraday Forex time series data for specified currency pairs and intervals using Alpha Vantage API. Supports JSON/CSV output and compact/full data sizes for real-time analysis.
Instructions
Fetches intraday time series data for a Forex pair.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datatype | No | Data format for the response. | json |
from_symbol | Yes | The currency symbol to convert from (e.g., "EUR"). | |
interval | Yes | Intraday interval. | |
outputsize | No | Output size. Compact returns latest 100 data points, Full returns complete history. | compact |
to_symbol | Yes | The currency symbol to convert to (e.g., "USD"). |