Skip to content

ZMW to YER exchange rate API

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

12.1016

▼ +2.72% over 30D

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 30 days, ZMW/YER traded between 12.0100 and 12.4505, averaged 12.2372 and fell 2.72%. 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 30D

ZMW/YER over 30D: show the values
PointZMW/YER
2026-08-2712.4405
2026-08-2812.4505
2026-08-2912.4290
2026-08-3012.4367
2026-08-3112.4225
2026-09-0112.3698
2026-09-0212.3700
2026-09-0312.3775
2026-09-0412.3433
2026-09-0512.3124
2026-09-0612.3118
2026-09-0712.3122
2026-09-0812.3116
2026-09-0912.2681
2026-09-1012.2814
2026-09-1112.2498
2026-09-1212.2508
2026-09-1312.2488
2026-09-1412.2504
2026-09-1512.1941
2026-09-1612.0687
2026-09-1712.0520
2026-09-1812.0599
2026-09-1912.0126
2026-09-2012.0508
2026-09-2112.0100
2026-09-2212.0401
2026-09-2312.1331
2026-09-2412.0902
2026-09-2512.1016

High

12.4505

Low

12.0100

Average

12.2372

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.