CurrencyConverter
AccuRates is a currency conversion API for developers building user-facing products that handle multi-currency amounts programmatically. It’s designed for apps where exchange rates directly affect pricing, balances, or user trust, not for accounting, reporting, or finance-owned rate systems. AccuRates delivers globally sourced Forex data refreshed every 60 seconds, with support for live rates,…
CurrencyConverter endpoints
| Method | Endpoint | Description |
|---|---|---|
| Convert currency to another | ||
| GET |
/convert /convert |
Convert an amount of one currency into another currency |
| Fetch all supported currencies | ||
| GET |
/currencies /currencies |
Fetch a list of supported currencies |
| Fetch all exchange rates | ||
| GET |
/fetch-all /fetch-all |
Fetch all available currency rates |
| Fetch historical rates | ||
| GET |
/historical /historical |
Fetch exchange rates for a date in the past |
| Fetch a single exchange rate | ||
| GET |
/fetch-one /fetch-one |
Fetch a single currency exchange rate, from and to any supported currency. |
| Fetch a time-series dataset | ||
| GET |
/time-series /time-series |
Fetch a time-series dataset of currency rates for the specified interval (only daily supported currently) |
| Fetch multiple exchange rates | ||
| GET |
/fetch-multi /fetch-multi |
Fetch multiple currency rates at once |
| fetch-many-to-one | ||
| GET |
/fetch-many-to-one /fetch-many-to-one |
Fetch a set of many source currency rates to a single target currency (inverse of /fetch-multi). Midpoint spot rates. Costs one API call per pair returned. |
| fetch-matrix | ||
| GET |
/fetch-matrix /fetch-matrix |
Fetch a matrix of multiple from/to currency pairs. Midpoint spot rates. Costs one API call per pair returned. |
| Other endpoints | ||
| GET |
/historical /historical |
Fetch exchange rates for a date in the past |
| GET |
/fetch-multi /fetch-multi |
Fetch multiple currency rates at once |
| GET |
/fetch-one /fetch-one |
Fetch a single currency exchange rate, from and to any supported currency. |
| GET |
/time-series /time-series |
Fetch a time-series dataset of currency rates for the specified interval (only daily supported currently) |
| GET |
/convert /convert |
Convert an amount of one currency into another currency |
| GET |
/fetch-all /fetch-all |
Fetch all available currency rates |
| GET |
/currencies /currencies |
Fetch a list of supported currencies |
| GET |
/fetch-many-to-one /fetch-many-to-one |
Fetch a set of many source currency rates to a single target currency (inverse of /fetch-multi). Midpoint spot rates. Costs one API call per pair returned. |
| GET |
/fetch-matrix /fetch-matrix |
Fetch a matrix of multiple from/to currency pairs. Midpoint spot rates. Costs one API call per pair returned. |
CurrencyConverter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 5 / second |
|
| ULTRA Recommended | $20 / month | 20 / second |
|
| MEGA | $50 / month | 50 / second |
|