Skip to content

ZMW to YER exchange rate API

Zambian Kwacha to Yemeni Rial · quoted 2026-09-26

12.1016

▲ +20.56% over 1Y

1 ZMW = 12.1016 YER · 1 YER = 0.08263 ZMW · Get this rate via the API

1 ZMW buys 12.1016 YER as of 2026-09-26, so 1 YER buys 0.08263 ZMW. Over the last year, ZMW/YER traded between 10.0377 and 13.4508, averaged 11.9866 and rose 20.56%. The API holds daily ZMW/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/YER over 1Y

ZMW/YER over 1Y: show the values
PointZMW/YER
2025-09-2610.0377
2025-10-0310.0504
2025-10-1010.5282
2025-10-1710.5532
2025-10-2410.7939
2025-10-3110.7693
2025-11-0710.5191
2025-11-1410.5295
2025-11-2110.3435
2025-11-2810.4149
2025-12-0510.2976
2025-12-1310.3245
2025-12-2010.5304
2025-12-2710.5737
2026-01-0310.7825
2026-01-1012.2250
2026-01-1711.8050
2026-01-2412.1889
2026-01-3112.0674
2026-02-0712.7462
2026-02-1413.0615
2026-02-2112.5664
2026-02-2812.6101
2026-03-0712.3447
2026-03-1412.2903
2026-03-2112.2332
2026-03-2812.6738
2026-04-0412.3975
2026-04-1112.4710
2026-04-1812.5423
2026-04-2512.6313
2026-05-0212.7739
2026-05-0912.5342
2026-05-1712.6177
2026-05-2512.6332
2026-06-0112.9487
2026-06-1013.3918
2026-06-1713.4508
2026-06-2413.1850
2026-07-0113.2112
2026-07-0812.8095
2026-07-1513.0530
2026-07-2212.9130
2026-07-2912.7031
2026-08-0512.5610
2026-08-1212.6027
2026-08-2012.6553
2026-08-2712.4405
2026-09-0312.3775
2026-09-1012.2814
2026-09-1712.0520
2026-09-2412.0902

High

13.4508

Low

10.0377

Average

11.9866

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=YER").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/YER API questions

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

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

How far back does ZMW/YER historical data go?

Daily ZMW/YER 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/YER 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.