Live rates · updated daily

Exchange rates your product can bill on.

One JSON endpoint for live and historical rates. Free tier, no card, and a key that works in about a minute.

Free tier included · upgrade any time · cancel any time

USD / EUR
Foreign Exchange Rate
 
 
to
 
GBP / EUR
Foreign Exchange Rate
 
Try it nowlive rate

Enter an amount to convert

curl -G https://api.currency-rate-api.com/api/v1/rates/latest \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d base=USD -d symbols=EUR,GBP,JPY
{
  "base": "USD",
  "date": "2026-08-06",
  "rates": { "EUR": "0.9210", "GBP": "0.7854", "JPY": "157.42" }
}

From signup to first call

No sales call, no sandbox keys to swap out later.

01
Get a key

Email address only. The free key is live immediately and never expires.

key_live_8f2c…
02
Call the endpoint

One GET. Pass a base and the symbols you want back, or omit for every currency.

GET /v1/rates/latest?base=USD
03
Convert or chart it

Convert a single pair, up to 25 at once, or chart the last 7/30/90 days from your dashboard.

GET /v1/convert?from=EUR&to=USD

Loading…

Loading…

Chart any pair, live

These two charts are pulling real historical data right now, the same way your own dashboard would for any pair you track.

7, 30, or 90 day charts
Live usage against your monthly quota
Upgrade or cancel your plan instantly

Currencies, one base

Reconciled across two independent sources before publish. Every rate carries the date it was taken.

AUD $
BRL R$
CAD $
CHF Fr
CNY ¥
CZK
DKK kr
EUR
GBP £
HKD $
HUF Ft
IDR Rp
ILS
INR
ISK kr
JPY ¥
KRW
MXN $
MYR RM
NOK kr
NZD $
PHP
PLN
RON lei
SEK kr
SGD $
THB ฿
TRY
USD $
ZAR R
Verified across two sources

Every ingestion run pulls from two independent data providers concurrently. When they disagree beyond a threshold, it is flagged — not silently averaged.

Built to fail over, not fail

A primary provider feeds every rate; a second takes over automatically if it is unavailable, with no code change and no dropped ingestion day.

Priced on requests, not currencies

Every plan includes all 30 currencies. Adding a market to your product costs nothing extra.

Questions

Anything else — check the docs.

Start with the free tier

No card, key in a minute.

CurrencyRate
PricingDocsLog in
© 2026 CurrencyRate