Skip to content

ZMW to RWF exchange rate API

Zambian Kwacha to Rwanda Franc · quoted 2026-09-26

75.4915

▲ +23.58% over 1Y

1 ZMW = 75.4915 RWF · 1 RWF = 0.01325 ZMW · Get this rate via the API

1 ZMW buys 75.4915 RWF as of 2026-09-26, so 1 RWF buys 0.01325 ZMW. Over the last year, ZMW/RWF traded between 60.8826 and 83.1418, averaged 73.5424 and rose 23.58%. The API holds daily ZMW/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/RWF over 1Y

ZMW/RWF over 1Y: show the values
PointZMW/RWF
2025-09-2661.0855
2025-10-0360.8826
2025-10-1064.0941
2025-10-1764.0402
2025-10-2465.4960
2025-10-3165.5385
2025-11-0763.9654
2025-11-1464.0913
2025-11-2163.0234
2025-11-2863.4527
2025-12-0562.8162
2025-12-1362.8858
2025-12-2064.3178
2025-12-2764.5975
2026-01-0365.7481
2026-01-1074.6744
2026-01-1772.1679
2026-01-2474.5058
2026-01-3173.5824
2026-02-0777.8358
2026-02-1479.7070
2026-02-2176.7976
2026-02-2876.9806
2026-03-0775.4957
2026-03-1475.1916
2026-03-2174.7916
2026-03-2877.6030
2026-04-0475.8746
2026-04-1176.8034
2026-04-1876.7984
2026-04-2577.2350
2026-05-0278.2432
2026-05-0976.7155
2026-05-1777.3790
2026-05-2577.3518
2026-06-0179.5347
2026-06-1082.3341
2026-06-1783.1418
2026-06-2481.1225
2026-07-0181.1647
2026-07-0879.3628
2026-07-1580.7872
2026-07-2279.8911
2026-07-2978.2181
2026-08-0577.3172
2026-08-1278.2091
2026-08-2078.2774
2026-08-2777.3249
2026-09-0376.8788
2026-09-1076.3566
2026-09-1774.9200
2026-09-2475.6454

High

83.1418

Low

60.8826

Average

73.5424

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/RWF API questions

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

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

How far back does ZMW/RWF historical data go?

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