Jun 12, 2026
Developer Tools
api
conversion
currency
exchange-rates
finance
Gallery
About
What is this? I needed a simple exchange rate API for my currency converter website, but all the popular ones (XE, OANDA, CurrencyLayer) require paid plans or registration. So I built my own and made the API public. → https://www.currencyexchangetool.com/api-docs Features 🔄 Convert: GET /api/convert?from=USD&to=EUR&amount=100 📋 All rates: GET /api/rates?base=USD ✅ No API key required — literally just make a GET request 🌍 100+ currencies — from USD, EUR, GBP to UAH, THB, ZAR 📊 Live r...
Comments (5)
rate limits gotta be brutal on a free api with no signup
free means scraped data or delayed feeds. reliability depends on the source.
whats the data source for the rates
Finally a free option without the signup hassle.
sourcing from
ComingUp