Currency Exchange Rates & Conversion
A high-performance currency exchange API that provides real-time and historical exchange rates from the European Central Bank (ECB) with support for currency conversion, comprehensive currency information, and Redis-based caching for fast responses.
Currency Exchange Rates & Conversion endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
All Available Currencies /currencies |
Returns comprehensive information about all supported currencies including currency codes, names, and symbols. This endpoint provides metadata about all currencies available in… |
| GET |
Convert /convert |
Converts an amount from one currency to another using the latest ECB exchange rates. The conversion is done by first converting the source currency to EUR, then to the target… |
| GET |
Current Exchange Rates /rates |
Returns all available currency rates. By default, rates are returned with EUR as the base currency. You can specify a different base currency using the `base` query parameter. |
| GET |
Convert with Historical Rate /historical/convert |
Converts an amount from one currency to another using historical exchange rates from a specific date. The conversion is done by first converting the source currency to EUR, then… |
| GET |
Historical Exchange Rates /historical/rates |
Returns historical exchange rates for a specific date. By default, rates are returned with EUR as the base currency. You can specify a different base currency using the `base`… |
Currency Exchange Rates & Conversion pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 10 / second |
|
| ULTRA | $15 / month | 50 / second |
|
| MEGA | $35 / month | — |
|