Central Bank of Jordan Exchange Rate API

Official Central Bank of Jordan rates for 10 Sept 2026: 1 USD = 0.708 JOD, 1 EUR = 0.82227 JOD. All 5 currencies published, history back to 2026. Free JSON API for tax, audits, and compliant invoicing.

Jordan flagCentral Bank of Jordan official daily exchange rates as JSON: 5 currencies against the JOD, history back to 2026. Latest table on every plan. Get your API key.

About Central Bank of Jordan

The Central Bank of Jordan publishes a daily foreign exchange bulletin covering the US dollar, euro, sterling, Swiss franc and Japanese yen against the dinar, quoted in fils. The dinar has been pegged to the dollar at 0.709 since 1995, so the USD rate barely moves and the others follow the dollar; these are the rates Jordanian customs valuations and audited accounts are expected to cite.

Quick start

One request for the pair you need — USD to JOD at the official Central Bank of Jordan rate:

curl "https://allratestoday.com/api/v1/central-bank/cbj/latest?source=USD&target=JOD" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/cbj/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/cbj/history?source=USD&target=JOD&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

Below is the current table from Central Bank of Jordan, unmodified — what a call to /latest returns right now, with values JOD per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
CHF JOD buy 0.87214
CHF JOD sell 0.8785
EUR JOD buy 0.82227
EUR JOD sell 0.82651
GBP JOD buy 0.95743
GBP JOD sell 0.96276
JPY JOD buy 0.004591700000000001
JPY JOD sell 0.0046327
USD JOD buy 0.708
USD JOD sell 0.71

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — cbj-exchange-rate:

npm install cbj-exchange-rate
import { getRate } from 'cbj-exchange-rate';

const pair = await getRate('USD', 'JOD', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: cbj-exchange-rate documentation.

Why use the official Central Bank of Jordan rate?

When an auditor or tax office in Jordan asks which rate you used, "the JOD mid-market rate at 14:32" is not an answer — the official rate published by Central Bank of Jordan for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via JOD) and marks it "derived": true — published and computed values are never silently mixed.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Is there an API for Central Bank of Jordan exchange rates?

Yes — this one. Official daily JOD rates as clean JSON, latest table on every plan including free.

How often does Central Bank of Jordan update its rates?

New tables land once per business day — the API picks each one up shortly after Central Bank of Jordan publishes it (latest: 2026-09-10).

Is this the official published table?

Yes — the rows are Central Bank of Jordan's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

Central Bank of Jordan rates, one API key

Latest table on every plan. History back to 2026 on paid plans. No credit card to start.

Get Free API Key Read the Docs