Low Cost Foreign Exchange API for Developers
Low Cost Foreign Exchange API for Developers
Launching Soon
Only $1 / month
141 Foreign Currency Exchange Rates via API
Leave your email address and we'll let you know when we launch
Simplicity at a Glance
Easy to use. Low costs.
The API is very easy to use. Simply request a currency pair and you'll receive the exchange rate for the day request. Or if you want to save requests, you may request a single base currency and you'll receive all exchange rates into all other currencies. The FX Rate update time is one day, which is sufficient in most cases. A total of 141 currencies are supported.
Pricing will be:
Example 1
Request:
GET /exchangerate?base_currency=USD&target_currency=EUR&day=20181206
Response:
{
"fromCurrency": "USD",
"toCurrency": "EUR",
"exchangeRate": 0.8816631694027613,
"updated": "2018-12-06T10:29:54.477Z"
}
Example 2
Request:
GET /exchangerates?base_currency=USD
Response:
{
"items": [
{
"fromCurrency": "AED",
"toCurrency": "USD",
"exchangeRate": 0.27225,
"updated": "2018-12-06T00:00:12.434Z"
},
...
{
"fromCurrency": "EUR",
"toCurrency": "USD",
"exchangeRate": 1.134771,
"updated": "2018-12-06T00:00:11.946Z"
},
...
}
About
We're not just a service. We're your partners in crime.
We needed it. You might need it too.
We've been looking for an affordable FX Rates API for ourselves. All existing ones were too expensive. So we built one ourselves and are now making it public.
Comparison:
© 2018