ZMW to JMD exchange rate API
Zambian Kwacha to Jamaican Dollar · quoted 2026-09-24
8.0693
▲ +18.85% over 1Y
1 ZMW = 8.0693 JMD · 1 JMD = 0.12393 ZMW · Get this rate via the API
1 ZMW buys 8.0693 JMD as of 2026-09-24, so 1 JMD buys 0.12393 ZMW. Over the last year, ZMW/JMD traded between 6.6991 and 9.0027, averaged 7.9462 and rose 18.85%. The API holds daily ZMW/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/JMD over 1Y: show the values
| Point | ZMW/JMD |
|---|---|
| 2025-09-24 | 6.7897 |
| 2025-10-01 | 6.7085 |
| 2025-10-08 | 6.6991 |
| 2025-10-15 | 7.0961 |
| 2025-10-22 | 7.1198 |
| 2025-10-29 | 7.2623 |
| 2025-11-05 | 7.1434 |
| 2025-11-12 | 7.0754 |
| 2025-11-19 | 7.0571 |
| 2025-11-26 | 6.9977 |
| 2025-12-03 | 6.9582 |
| 2025-12-11 | 6.8590 |
| 2025-12-18 | 6.9277 |
| 2025-12-25 | 7.0694 |
| 2026-01-01 | 7.1431 |
| 2026-01-08 | 7.9328 |
| 2026-01-15 | 8.0024 |
| 2026-01-22 | 7.7868 |
| 2026-01-29 | 7.8776 |
| 2026-02-05 | 8.0822 |
| 2026-02-12 | 8.2239 |
| 2026-02-19 | 8.3325 |
| 2026-02-26 | 8.2449 |
| 2026-03-05 | 8.1246 |
| 2026-03-12 | 8.0621 |
| 2026-03-19 | 8.0522 |
| 2026-03-26 | 8.4447 |
| 2026-04-02 | 8.2234 |
| 2026-04-09 | 8.2310 |
| 2026-04-16 | 8.2304 |
| 2026-04-23 | 8.3267 |
| 2026-04-30 | 8.3078 |
| 2026-05-07 | 8.3255 |
| 2026-05-15 | 8.3990 |
| 2026-05-23 | 8.3448 |
| 2026-05-30 | 8.5355 |
| 2026-06-06 | 8.9629 |
| 2026-06-15 | 9.0027 |
| 2026-06-22 | 8.8242 |
| 2026-06-29 | 8.6894 |
| 2026-07-06 | 8.6337 |
| 2026-07-13 | 8.7346 |
| 2026-07-20 | 8.6494 |
| 2026-07-27 | 8.4945 |
| 2026-08-03 | 8.4165 |
| 2026-08-10 | 8.4435 |
| 2026-08-17 | 8.3317 |
| 2026-08-25 | 8.2529 |
| 2026-09-01 | 8.2552 |
| 2026-09-08 | 8.2423 |
| 2026-09-15 | 8.1244 |
| 2026-09-22 | 8.0228 |
High
9.0027
Low
6.6991
Average
7.9462
Get this rate via the API
One GET request returns the ZMW/JMD 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=ZMW¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/JMD API questions
How do I get the ZMW/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/JMD rate in rates.JMD.
How far back does ZMW/JMD historical data go?
Daily ZMW/JMD 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 ZMW/JMD 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.