Skip to content

JOD to ZMW exchange rate API

Jordanian Dinar to Zambian Kwacha · quoted 2026-09-26

27.5042

▼ +12.29% over YTD

1 JOD = 27.5042 ZMW · 1 ZMW = 0.03636 JOD · Get this rate via the API

1 JOD buys 27.5042 ZMW as of 2026-09-26, so 1 ZMW buys 0.03636 JOD. Over the year to date, JOD/ZMW traded between 24.7668 and 31.3590, averaged 26.9142 and fell 12.29%. The API holds daily JOD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/ZMW over YTD

JOD/ZMW over YTD: show the values
PointJOD/ZMW
2025-12-3131.3590
2026-01-0729.5975
2026-01-1427.5077
2026-01-2128.5859
2026-01-2827.9954
2026-02-0427.6715
2026-02-1126.9383
2026-02-1826.0933
2026-02-2526.7564
2026-03-0427.0809
2026-03-1127.3615
2026-03-1827.6275
2026-03-2526.7602
2026-04-0127.0811
2026-04-0827.4347
2026-04-1526.9877
2026-04-2226.8671
2026-04-2926.7545
2026-05-0626.5670
2026-05-1426.7986
2026-05-2126.7987
2026-05-2926.2350
2026-06-0524.7668
2026-06-1424.7927
2026-06-2125.2462
2026-06-2825.5891
2026-07-0525.9076
2026-07-1225.4812
2026-07-1925.7142
2026-07-2626.2899
2026-08-0226.4465
2026-08-0926.4951
2026-08-1626.6865
2026-08-2426.7769
2026-08-3126.8676
2026-09-0727.1503
2026-09-1427.2918
2026-09-2127.7861

High

31.3590

Low

24.7668

Average

26.9142

For developers

Get this rate via the API

One GET request returns the JOD/ZMW rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/ZMW API questions

How do I get the JOD/ZMW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/ZMW rate in rates.ZMW.

How far back does JOD/ZMW historical data go?

Daily JOD/ZMW rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JOD/ZMW exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.