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: show the values
| Point | JMD/ZWL |
|---|---|
| 2025-09-25 | 416.1875 |
| 2025-10-02 | 416.1651 |
| 2025-10-09 | 417.2775 |
| 2025-10-16 | 415.3926 |
| 2025-10-23 | 412.7531 |
| 2025-10-30 | 413.1664 |
| 2025-11-06 | 409.4832 |
| 2025-11-13 | 409.2882 |
| 2025-11-20 | 408.6027 |
| 2025-11-27 | 408.1604 |
| 2025-12-04 | 408.0625 |
| 2025-12-12 | 407.7998 |
| 2025-12-19 | 407.6862 |
| 2025-12-26 | 407.7802 |
| 2026-01-02 | 408.4699 |
| 2026-01-09 | 404.9766 |
| 2026-01-16 | 405.7219 |
| 2026-01-23 | 407.3989 |
| 2026-01-30 | 407.1544 |
| 2026-02-06 | 411.3213 |
| 2026-02-13 | 408.2758 |
| 2026-02-20 | 409.8859 |
| 2026-02-27 | 411.0376 |
| 2026-03-06 | 411.8654 |
| 2026-03-13 | 405.3552 |
| 2026-03-20 | 402.5845 |
| 2026-03-27 | 403.9196 |
| 2026-04-03 | 402.8031 |
| 2026-04-10 | 2.0391 |
| 2026-04-17 | 2.0391 |
| 2026-04-24 | 2.0395 |
| 2026-05-01 | 2.0545 |
| 2026-05-08 | 2.0377 |
| 2026-05-16 | 407.9035 |
| 2026-05-24 | 418.4566 |
| 2026-05-31 | 427.6855 |
| 2026-06-09 | 424.6432 |
| 2026-06-16 | 420.8625 |
| 2026-06-23 | 422.9168 |
| 2026-06-30 | 426.3533 |
| 2026-07-07 | 425.6563 |
| 2026-07-14 | 421.2803 |
| 2026-07-21 | 421.8462 |
| 2026-07-28 | 423.9474 |
| 2026-08-04 | 420.5216 |
| 2026-08-11 | 418.2860 |
| 2026-08-18 | 421.0374 |
| 2026-08-26 | 419.9891 |
| 2026-09-02 | 423.5593 |
| 2026-09-09 | 421.6856 |
| 2026-09-16 | 425.1997 |
| 2026-09-23 | 423.0793 |
High
427.6855
Low
2.0377
Average
375.5792
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=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¤cies=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.