Live currency exchange rates for 150+ currencies. Updated hourly. Free, no key required.
https://api.apiclearinghouse.com/v1/call/currencyAuthenticate with X-Api-Key: chk_live_... header.
/latestcurl -s "https://api.apiclearinghouse.com/v1/call/currency/latest" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"base": "example",
"date": "example",
"rates": "example"
}
}/pair| Name | Type | Required | Description |
|---|---|---|---|
| to | string | required | Target currency code (e.g. "EUR", "JPY") |
| from | string | required | Base currency code (e.g. "USD", "EUR") |
curl -s "https://api.apiclearinghouse.com/v1/call/currency/pair?to={to}&from={from}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"to": "example",
"date": "example",
"from": "example",
"rate": "example"
}
}No setup required. Sign in and run Currency Exchange directly from your browser.
Open in Explorer →Monthly limits also apply per plan.