Currency Exchange Rates API
--- Currency Exchange Rates API A fast, reliable currency exchange rates API with 25+ years of historical data. Access real-time and historical forex rates for 30+ world currencies including USD, EUR, GBP, JPY, and more. Perfect for: - Fintech apps and payment platforms - E-commerce checkout and pricing - Accounting and invoicing software - Travel and expense apps - Financial dashboards and…
Currency Exchange Rates API endpoints
| Method | Endpoint | Description |
|---|---|---|
| latest | ||
| GET |
/latest /latest |
Returns the most recent exchange rates for all currencies or filtered by symbols |
| rates | ||
| GET |
/rates/{startDate}/{endDate} /rates/{startDate}/{endDate} |
Returns exchange rates for all dates within the specified range |
| GET |
/rates/{date} /rates/{date} |
Returns exchange rates for a specific date. If the date is not available, returns the closest previous date. |
| convert | ||
| GET |
/convert /convert |
Convert an amount from one currency to another using latest or historical rates |
| currencies | ||
| GET |
/currencies /currencies |
Returns all available currencies with their names and date availability |
| fluctuation | ||
| GET |
/fluctuation /fluctuation |
Returns the change in exchange rates between two dates, including absolute and percentage change |
Currency Exchange Rates API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $19.99 / month | — |
|
| MEGA | $29.99 / month | — |
|