exchange_rate
ActiveTool of twelvedata
declared in 0.1.0
Twelve Data live forex exchange rate for a currency pair symbol (e.g. 'EUR/USD'). Optional dp (decimal places) and timezone. Returns rate, timestamp, and pair identifiers.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "EUR/USD"
},
{
"dp": 4,
"symbol": "GBP/USD"
}
],
"required": [
"symbol"
],
"properties": {
"dp": {
"type": "number",
"description": "Decimal places for the rate (0–11)."
},
"format": {
"type": "string",
"description": "Response format: \"JSON\" (default) or \"CSV\"."
},
"symbol": {
"type": "string",
"description": "Ticker/symbol. Stocks e.g. \"AAPL\", \"MSFT\"; forex \"EUR/USD\"; crypto \"BTC/USD\"; ETFs \"SPY\"; indices \"IXIC\". Comma-separate for a batch (e.g. \"AAPL,MSFT\")."
},
"timezone": {
"type": "string",
"description": "Optional timezone, e.g. \"America/New_York\" or \"UTC\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
twelvedata
https://github.com/pipeworx-io/mcp-twelvedata
2/7 registries