Skip to content

JOD to ZMW exchange rate API

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

27.5042

▼ +18.20% over 1Y

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 last year, JOD/ZMW traded between 25.0211 and 33.6252, averaged 28.2466 and fell 18.20%. 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 1Y

JOD/ZMW over 1Y: show the values
PointJOD/ZMW
2025-09-2633.6252
2025-10-0333.5674
2025-10-1032.0175
2025-10-1731.9246
2025-10-2431.2197
2025-10-3131.2394
2025-11-0732.0180
2025-11-1431.9464
2025-11-2132.5224
2025-11-2832.2983
2025-12-0532.6503
2025-12-1332.5811
2025-12-2031.9311
2025-12-2731.8018
2026-01-0331.1842
2026-01-1027.5043
2026-01-1728.4922
2026-01-2427.5744
2026-01-3127.8569
2026-02-0726.3777
2026-02-1425.7431
2026-02-2126.7573
2026-02-2826.6846
2026-03-0727.2382
2026-03-1427.3765
2026-03-2127.5064
2026-03-2826.5522
2026-04-0427.1505
2026-04-1126.8195
2026-04-1826.8304
2026-04-2526.6467
2026-05-0226.3440
2026-05-0926.8502
2026-05-1726.6712
2026-05-2526.6427
2026-06-0125.9942
2026-06-1025.1332
2026-06-1725.0211
2026-06-2425.5286
2026-07-0125.4726
2026-07-0826.0942
2026-07-1525.6224
2026-07-2225.9799
2026-07-2926.4464
2026-08-0526.7690
2026-08-1226.5452
2026-08-2026.4217
2026-08-2726.8686
2026-09-0327.0096
2026-09-1027.2225
2026-09-1727.6877
2026-09-2427.6019

High

33.6252

Low

25.0211

Average

28.2466

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.