Currency Converter
This API supports 160+ currencies and is based on the data provided by National Central Banks and markets. Rates are updated once an hour. Historical data starts from 2000. Historical data is provided from 2000-01-01. **Errors** In case the request fails or the resource is not available the error will be returned in JSON format. Error response: ```json { "errors":[ "Base not found" ],…
Currency Converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Currency Converter /convert |
Converts from one currency to another |
| GET |
Latest Currencies /latest |
This endpoint returns the latest exchange rates for the base currency code you have supplied. |
| GET |
Historical Currency Data /historical |
Returns the rates on the specific date |
| GET |
Symbols /symbols |
Available currencies codes |
Currency Converter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $3 / month | — |
|
| ULTRA | $6 / month | — |
|
| MEGA | $25 / month | — |
|