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: show the values
| Point | JOD/ZMW |
|---|---|
| 2025-09-26 | 33.6252 |
| 2025-10-03 | 33.5674 |
| 2025-10-10 | 32.0175 |
| 2025-10-17 | 31.9246 |
| 2025-10-24 | 31.2197 |
| 2025-10-31 | 31.2394 |
| 2025-11-07 | 32.0180 |
| 2025-11-14 | 31.9464 |
| 2025-11-21 | 32.5224 |
| 2025-11-28 | 32.2983 |
| 2025-12-05 | 32.6503 |
| 2025-12-13 | 32.5811 |
| 2025-12-20 | 31.9311 |
| 2025-12-27 | 31.8018 |
| 2026-01-03 | 31.1842 |
| 2026-01-10 | 27.5043 |
| 2026-01-17 | 28.4922 |
| 2026-01-24 | 27.5744 |
| 2026-01-31 | 27.8569 |
| 2026-02-07 | 26.3777 |
| 2026-02-14 | 25.7431 |
| 2026-02-21 | 26.7573 |
| 2026-02-28 | 26.6846 |
| 2026-03-07 | 27.2382 |
| 2026-03-14 | 27.3765 |
| 2026-03-21 | 27.5064 |
| 2026-03-28 | 26.5522 |
| 2026-04-04 | 27.1505 |
| 2026-04-11 | 26.8195 |
| 2026-04-18 | 26.8304 |
| 2026-04-25 | 26.6467 |
| 2026-05-02 | 26.3440 |
| 2026-05-09 | 26.8502 |
| 2026-05-17 | 26.6712 |
| 2026-05-25 | 26.6427 |
| 2026-06-01 | 25.9942 |
| 2026-06-10 | 25.1332 |
| 2026-06-17 | 25.0211 |
| 2026-06-24 | 25.5286 |
| 2026-07-01 | 25.4726 |
| 2026-07-08 | 26.0942 |
| 2026-07-15 | 25.6224 |
| 2026-07-22 | 25.9799 |
| 2026-07-29 | 26.4464 |
| 2026-08-05 | 26.7690 |
| 2026-08-12 | 26.5452 |
| 2026-08-20 | 26.4217 |
| 2026-08-27 | 26.8686 |
| 2026-09-03 | 27.0096 |
| 2026-09-10 | 27.2225 |
| 2026-09-17 | 27.6877 |
| 2026-09-24 | 27.6019 |
High
33.6252
Low
25.0211
Average
28.2466
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.