Skip to content

JMD to ZWL exchange rate API

Jamaican Dollar to Zimbabwe Dollar · quoted 2026-09-25

422.0028

▲ +1.40% over 1Y

1 JMD = 422.0028 ZWL · 1 ZWL = 0.002370 JMD · Get this rate via the API

1 JMD buys 422.0028 ZWL as of 2026-09-25, so 1 ZWL buys 0.002370 JMD. Over the last year, JMD/ZWL traded between 2.0377 and 427.6855, averaged 375.5792 and rose 1.40%. The API holds daily JMD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JMD/ZWL over 1Y

JMD/ZWL over 1Y: show the values
PointJMD/ZWL
2025-09-25416.1875
2025-10-02416.1651
2025-10-09417.2775
2025-10-16415.3926
2025-10-23412.7531
2025-10-30413.1664
2025-11-06409.4832
2025-11-13409.2882
2025-11-20408.6027
2025-11-27408.1604
2025-12-04408.0625
2025-12-12407.7998
2025-12-19407.6862
2025-12-26407.7802
2026-01-02408.4699
2026-01-09404.9766
2026-01-16405.7219
2026-01-23407.3989
2026-01-30407.1544
2026-02-06411.3213
2026-02-13408.2758
2026-02-20409.8859
2026-02-27411.0376
2026-03-06411.8654
2026-03-13405.3552
2026-03-20402.5845
2026-03-27403.9196
2026-04-03402.8031
2026-04-102.0391
2026-04-172.0391
2026-04-242.0395
2026-05-012.0545
2026-05-082.0377
2026-05-16407.9035
2026-05-24418.4566
2026-05-31427.6855
2026-06-09424.6432
2026-06-16420.8625
2026-06-23422.9168
2026-06-30426.3533
2026-07-07425.6563
2026-07-14421.2803
2026-07-21421.8462
2026-07-28423.9474
2026-08-04420.5216
2026-08-11418.2860
2026-08-18421.0374
2026-08-26419.9891
2026-09-02423.5593
2026-09-09421.6856
2026-09-16425.1997
2026-09-23423.0793

High

427.6855

Low

2.0377

Average

375.5792

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JMD/ZWL API questions

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

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

How far back does JMD/ZWL historical data go?

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