forex_daily
Retrieve daily Forex time series data for specified currency pairs, offering compact or full history outputs in JSON or CSV formats.
Instructions
Fetches daily 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"). | |
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"). |