All Axion MCP Server tools require a valid API key. Include your key in the server configuration before using any tool.
forex_tickers
List available forex tickers, optionally filtered by country code or exchange. Use this tool to find the correct ticker symbol for a currency pair before querying quotes or history.
Filter by country code. For example,
US for United States pairs or AE for United Arab Emirates pairs.Filter by exchange. For example,
IDC to return only tickers from that data source.forex_quote
Get current market details for a forex pair, including the exchange rate and related fields.
The forex ticker symbol. For example,
EURUSD for Euro to US Dollar.forex_prices
Retrieve historical exchange rate data for a forex pair over a specified date range and time frame.
The forex ticker symbol. For example,
GBPUSD for British Pound to US Dollar.Start date for the price series in
YYYY-MM-DD format. For example, 2024-01-01.End date for the price series in
YYYY-MM-DD format. For example, 2024-12-31.Time frame for each data point. Common values:
1d (daily), 1wk (weekly), 1mo (monthly).