1 USD = — EUR–
1 EUR = — GBP–
1 USD = — JPY–
1 GBP = — USD–
1 USD = — XOF–
1 EUR = — XAF–
1 USD = — CNY–
1 USD = — INR–
1 AUD = — USD–
1 USD = — CAD–
1 USD = — BRL–
1 USD = — ZAR–
1 USD = — NGN–
1 EUR = — CHF–
1 USD = — BTC–
1 ETH = — USD–
1 USD = — EUR–
1 EUR = — GBP–
1 USD = — JPY–
1 GBP = — USD–
1 USD = — XOF–
1 EUR = — XAF–
1 USD = — CNY–
1 USD = — INR–
1 AUD = — USD–
1 USD = — CAD–
1 USD = — BRL–
1 USD = — ZAR–
1 USD = — NGN–
1 EUR = — CHF–
1 USD = — BTC–
1 ETH = — USD–
170+ currencies and 100+ crypto conversions
All data is refreshed every 60 seconds from bank partners and reliable forex exchanges for maximum reliability. An intuitive integration helps you reach your goal.
See our docsA free plan to access everything — upgrade whenever you want
Use every feature of the API freely. When you're ready, request the recommended production tier — no strings attached.
Register nowBuilt for pegged currencies like XAF / XOF — and crypto too
Efficient and complete: we also deliver raw data for emerging-market currencies, tokens and cryptocurrencies.
Read our blogPowered by 10+ data sources
European Central Bank
Federal Reserve
Bank of England
Bank of Japan
TradingView
Google Finance
Google Search
Binance
Implement the API on any server type
Use the API wherever you want, in any programming language you like.
curl — currencyrest.com
$ curl https://api.currencyrest.com/v1/convert\
?from=EUR&to=USD&amount=100
{}
"from": "EUR",
"to": "USD",
"amount": 100,
"result": 116.07,
"rate": 1.1607,
"source": "ecb",
"timestamp": "2026-06-16T00:00:00Z"
200 OK · 8.2 ms · source: ecb (+ google-finance, tradingview)
Try the API live
A real open sandbox: try a real-time conversion, no signup required.
API Request
→
curl "https://api.currencyrest.com/api/v1/convert?from=USD&to=EUR&amount=1"HTTPS•Secure•< 42ms
JSON Response
Click "Run" to see the response
AI-ready
Ship your integration in minutes with AI
CurrencyRest ships an llms.txt describing the entire API. Point your AI coding assistant at it and let it write your integration — instantly.
Your prompt
# Give your AI assistant the spec:
https://currencyrest.com/llms.txt
# "Write a client to convert 100 USD to XOF"
✓ integration generated, ready to run