Convert International Pricing
Convert product prices and service fees between currencies for international customers, invoices, and price lists.
Live and historical exchange rates
Convert amounts between 30+ currencies and retrieve live or historical exchange rates. Accurate rates from the European Central Bank, updated daily. Historical data back to 1999.
Convert an amount between currencies using latest European Central Bank exchange rates. Supports 30+ major currencies including USD, EUR, GBP, JPY, AUD, CAD, CHF, and more.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "currency-exchange",
"skill": "convert",
"input": {
"amount": 100,
"from": "USD",
"to": "EUR"
}
}' \
https://api.toolrouter.com/v1/tools/callGet the latest exchange rates for a base currency against all available currencies or specific targets. Rates are sourced from the European Central Bank and updated daily on business days.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "currency-exchange",
"skill": "latest_rates",
"input": {
"base": "USD"
}
}' \
https://api.toolrouter.com/v1/tools/callGet exchange rates for a specific date or date range. Useful for financial reporting, invoice conversion, and historical analysis. Data available from 1999-01-04 onwards.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "currency-exchange",
"skill": "historical_rates",
"input": {
"date": "2025-01-01",
"base": "EUR",
"targets": "USD"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"currency-exchange","skill":"convert","input":{}}' \
https://api.toolrouter.com/v1/tools/callConvert product prices and service fees between currencies for international customers, invoices, and price lists.
Monitor how exchange rates have moved over time to identify currency trends and anticipate rate direction.
Get live cryptocurrency prices for any token across major exchanges.
Search the SEC EDGAR database for specific company filings including 10-Ks, 10-Qs, 8-Ks, and other regulatory disclosures.
Build a multi-country economic analysis dashboard combining macroeconomic indicators, currency data, country profiles, and data visualizations.
Monitor and analyze competitor pricing by extracting price data, analyzing strategies, normalizing currencies, and visualizing comparisons.
Plan a complete trip from flights and hotels to weather, currency, and local events in one workflow.
Plan business trips with flights, hotels, currency conversion, weather, and timezone alignment.
Yes. You can convert with live rates or look up historical exchange data.
It covers 30+ currencies.
The rates come from the European Central Bank and are updated daily.
Yes. Historical data goes back to 1999.