Exchange Rate API
Real-time and historical exchange rates for 160 fiat, crypto, and precious metal currencies.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data
What it can do
- Get Latest Rates: Get the latest exchange rates for all or specific currencies. Supports any base currency (e.g. USD, EUR, BTC) and optional symbol filtering. Rates updated hourly from ECB, FloatRates
- List Currencies: List all 160 supported currencies with metadata: code, name, symbol, flag emoji, decimal places, and type (fiat, crypto, or metal). No API key required.
- Get Historical Rates: Get exchange rates for a specific historical date (format: YYYY-MM-DD). Data available back to 1999 for fiat currencies. Supports base currency switching and symbol filtering.
What data it sees
Do you need an account
An API key from the service settings is required
Real-time and historical exchange rates for 160 fiat, crypto, and precious metal currencies. Hourly updates from ECB, FloatRates, and CoinGecko. Free base switching, time-series, batch conversion, and historical data back to 1999.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| get_latest_rates | Get the latest exchange rates for all or specific currencies. Supports any base currency (e.g. USD, EUR, BTC) and optional symbol filtering. Rates updated hourly from ECB, FloatRates, and CoinGecko. Returns rates for 160 currencies including fiat, crypto, and precious metals. |
| list_currencies | List all 160 supported currencies with metadata: code, name, symbol, flag emoji, decimal places, and type (fiat, crypto, or metal). No API key required. |
| get_historical_rates | Get exchange rates for a specific historical date (format: YYYY-MM-DD). Data available back to 1999 for fiat currencies. Supports base currency switching and symbol filtering. |
| convert_currency | Convert a specific amount from one currency to another using the latest or historical exchange rates. Returns the converted amount, rate used, and currency metadata. Supports all 160 currencies. |
| get_timeseries | Get daily exchange rates over a date range (start_date to end_date, YYYY-MM-DD, max 365 days). Returns an array of daily rate objects. Useful for charts, trend analysis, and backtesting. |
| batch_convert | Convert multiple currency pairs in a single request. Submit up to 100 conversion pairs (from, to, amount) and get all results at once. More efficient than multiple convert calls. |