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: show the values
| Point | ZMW/RWF |
|---|---|
| 2025-09-26 | 61.0855 |
| 2025-10-03 | 60.8826 |
| 2025-10-10 | 64.0941 |
| 2025-10-17 | 64.0402 |
| 2025-10-24 | 65.4960 |
| 2025-10-31 | 65.5385 |
| 2025-11-07 | 63.9654 |
| 2025-11-14 | 64.0913 |
| 2025-11-21 | 63.0234 |
| 2025-11-28 | 63.4527 |
| 2025-12-05 | 62.8162 |
| 2025-12-13 | 62.8858 |
| 2025-12-20 | 64.3178 |
| 2025-12-27 | 64.5975 |
| 2026-01-03 | 65.7481 |
| 2026-01-10 | 74.6744 |
| 2026-01-17 | 72.1679 |
| 2026-01-24 | 74.5058 |
| 2026-01-31 | 73.5824 |
| 2026-02-07 | 77.8358 |
| 2026-02-14 | 79.7070 |
| 2026-02-21 | 76.7976 |
| 2026-02-28 | 76.9806 |
| 2026-03-07 | 75.4957 |
| 2026-03-14 | 75.1916 |
| 2026-03-21 | 74.7916 |
| 2026-03-28 | 77.6030 |
| 2026-04-04 | 75.8746 |
| 2026-04-11 | 76.8034 |
| 2026-04-18 | 76.7984 |
| 2026-04-25 | 77.2350 |
| 2026-05-02 | 78.2432 |
| 2026-05-09 | 76.7155 |
| 2026-05-17 | 77.3790 |
| 2026-05-25 | 77.3518 |
| 2026-06-01 | 79.5347 |
| 2026-06-10 | 82.3341 |
| 2026-06-17 | 83.1418 |
| 2026-06-24 | 81.1225 |
| 2026-07-01 | 81.1647 |
| 2026-07-08 | 79.3628 |
| 2026-07-15 | 80.7872 |
| 2026-07-22 | 79.8911 |
| 2026-07-29 | 78.2181 |
| 2026-08-05 | 77.3172 |
| 2026-08-12 | 78.2091 |
| 2026-08-20 | 78.2774 |
| 2026-08-27 | 77.3249 |
| 2026-09-03 | 76.8788 |
| 2026-09-10 | 76.3566 |
| 2026-09-17 | 74.9200 |
| 2026-09-24 | 75.6454 |
High
83.1418
Low
60.8826
Average
73.5424
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.