Private BetaFound a bug or have feedback? Share it →

Currency Exchange

Live currency exchange rates for 150+ currencies. Updated hourly. Free, no key required.

Healthy
Economics & ResearchNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/currency

Authenticate with X-Api-Key: chk_live_... header.

GET/latest

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/currency/latest" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "base": "example",
    "date": "example",
    "rates": "example"
  }
}
GET/pair

Parameters

NameTypeRequiredDescription
tostringrequiredTarget currency code (e.g. "EUR", "JPY")
fromstringrequiredBase currency code (e.g. "USD", "EUR")

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/currency/pair?to={to}&from={from}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "to": "example",
    "date": "example",
    "from": "example",
    "rate": "example"
  }
}

Try it live

No setup required. Sign in and run Currency Exchange directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
currency API Documentation — API Clearinghouse