Skip to content

JMD to ZMW exchange rate API

Jamaican Dollar to Zambian Kwacha · quoted 2026-09-24

0.12393

▼ +15.86% over 1Y

1 JMD = 0.12393 ZMW · 1 ZMW = 8.0693 JMD · Get this rate via the API

1 JMD buys 0.12393 ZMW as of 2026-09-24, so 1 ZMW buys 8.0693 JMD. Over the last year, JMD/ZMW traded between 0.11108 and 0.14927, averaged 0.12674 and fell 15.86%. The API holds daily JMD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JMD/ZMW over 1Y

JMD/ZMW over 1Y: show the values
PointJMD/ZMW
2025-09-240.14728
2025-10-010.14906
2025-10-080.14927
2025-10-150.14092
2025-10-220.14045
2025-10-290.13770
2025-11-050.13999
2025-11-120.14133
2025-11-190.14170
2025-11-260.14290
2025-12-030.14372
2025-12-110.14579
2025-12-180.14435
2025-12-250.14145
2026-01-010.14000
2026-01-080.12606
2026-01-150.12496
2026-01-220.12842
2026-01-290.12694
2026-02-050.12373
2026-02-120.12160
2026-02-190.12001
2026-02-260.12129
2026-03-050.12308
2026-03-120.12404
2026-03-190.12419
2026-03-260.11842
2026-04-020.12160
2026-04-090.12149
2026-04-160.12150
2026-04-230.12010
2026-04-300.12037
2026-05-070.12011
2026-05-150.11906
2026-05-230.11983
2026-05-300.11716
2026-06-060.11157
2026-06-150.11108
2026-06-220.11332
2026-06-290.11508
2026-07-060.11582
2026-07-130.11449
2026-07-200.11561
2026-07-270.11772
2026-08-030.11881
2026-08-100.11843
2026-08-170.12002
2026-08-250.12117
2026-09-010.12114
2026-09-080.12132
2026-09-150.12308
2026-09-220.12464

High

0.14927

Low

0.11108

Average

0.12674

For developers

Get this rate via the API

One GET request returns the JMD/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=JMD&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD&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=JMD&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

JMD/ZMW API questions

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

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

How far back does JMD/ZMW historical data go?

Daily JMD/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 JMD/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.