MCP Avantage

by MissionSquad

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

NameRequiredDescriptionDefault
datatypeNoData format for the response.json
from_symbolYesThe currency symbol to convert from (e.g., "EUR").
outputsizeNoOutput size. Compact returns latest 100 data points, Full returns complete history.compact
to_symbolYesThe currency symbol to convert to (e.g., "USD").

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for fetching daily Forex time series data.", "properties": { "datatype": { "default": "json", "description": "Data format for the response.", "enum": [ "json", "csv" ], "type": "string" }, "from_symbol": { "description": "The currency symbol to convert from (e.g., \"EUR\").", "type": "string" }, "outputsize": { "default": "compact", "description": "Output size. Compact returns latest 100 data points, Full returns complete history.", "enum": [ "compact", "full" ], "type": "string" }, "to_symbol": { "description": "The currency symbol to convert to (e.g., \"USD\").", "type": "string" } }, "required": [ "from_symbol", "to_symbol" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Avantage

Related Tools

    ID: rrb3v0d7c5