ZMW to RWF exchange rate API
Zambian Kwacha to Rwanda Franc · quoted 2026-09-26
75.4915
▼ +2.37% over 30D
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 30 days, ZMW/RWF traded between 74.1951 and 77.3348, averaged 76.0730 and fell 2.37%. 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 30D: show the values
| Point | ZMW/RWF |
|---|---|
| 2026-08-27 | 77.3249 |
| 2026-08-28 | 77.3348 |
| 2026-08-29 | 77.1746 |
| 2026-08-30 | 77.2732 |
| 2026-08-31 | 77.2150 |
| 2026-09-01 | 76.8583 |
| 2026-09-02 | 76.9437 |
| 2026-09-03 | 76.8788 |
| 2026-09-04 | 76.6412 |
| 2026-09-05 | 76.4072 |
| 2026-09-06 | 76.5221 |
| 2026-09-07 | 76.4797 |
| 2026-09-08 | 76.5054 |
| 2026-09-09 | 76.1198 |
| 2026-09-10 | 76.3566 |
| 2026-09-11 | 76.2277 |
| 2026-09-12 | 75.8143 |
| 2026-09-13 | 76.1065 |
| 2026-09-14 | 76.0221 |
| 2026-09-15 | 75.9274 |
| 2026-09-16 | 75.1304 |
| 2026-09-17 | 74.9200 |
| 2026-09-18 | 75.1853 |
| 2026-09-19 | 74.1951 |
| 2026-09-20 | 75.0660 |
| 2026-09-21 | 74.4813 |
| 2026-09-22 | 74.8900 |
| 2026-09-23 | 75.6323 |
| 2026-09-24 | 75.6454 |
| 2026-09-25 | 75.4915 |
High
77.3348
Low
74.1951
Average
76.0730
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.