RUB to ZMW exchange rate API
Russian Ruble to Zambian Kwacha · quoted 2026-09-26
0.23109
▼ +18.61% over 1Y
1 RUB = 0.23109 ZMW · 1 ZMW = 4.3272 RUB · Get this rate via the API
1 RUB buys 0.23109 ZMW as of 2026-09-26, so 1 ZMW buys 4.3272 RUB. Over the last year, RUB/ZMW traded between 0.21936 and 0.30031, averaged 0.25380 and fell 18.61%. The API holds daily RUB/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/ZMW over 1Y: show the values
| Point | RUB/ZMW |
|---|---|
| 2025-09-26 | 0.28394 |
| 2025-10-03 | 0.28999 |
| 2025-10-10 | 0.27962 |
| 2025-10-17 | 0.28170 |
| 2025-10-24 | 0.27236 |
| 2025-10-31 | 0.27714 |
| 2025-11-07 | 0.27941 |
| 2025-11-14 | 0.28068 |
| 2025-11-21 | 0.28803 |
| 2025-11-28 | 0.29378 |
| 2025-12-05 | 0.30031 |
| 2025-12-13 | 0.28980 |
| 2025-12-20 | 0.28055 |
| 2025-12-27 | 0.28643 |
| 2026-01-03 | 0.27487 |
| 2026-01-10 | 0.24600 |
| 2026-01-17 | 0.25964 |
| 2026-01-24 | 0.25807 |
| 2026-01-31 | 0.25882 |
| 2026-02-07 | 0.24354 |
| 2026-02-14 | 0.23929 |
| 2026-02-21 | 0.24741 |
| 2026-02-28 | 0.24544 |
| 2026-03-07 | 0.24364 |
| 2026-03-14 | 0.24257 |
| 2026-03-21 | 0.23547 |
| 2026-03-28 | 0.23123 |
| 2026-04-04 | 0.23965 |
| 2026-04-11 | 0.24663 |
| 2026-04-18 | 0.24955 |
| 2026-04-25 | 0.25129 |
| 2026-05-02 | 0.24914 |
| 2026-05-09 | 0.25644 |
| 2026-05-17 | 0.25950 |
| 2026-05-25 | 0.26488 |
| 2026-06-01 | 0.25869 |
| 2026-06-10 | 0.24751 |
| 2026-06-17 | 0.24470 |
| 2026-06-24 | 0.24291 |
| 2026-07-01 | 0.22948 |
| 2026-07-08 | 0.24194 |
| 2026-07-15 | 0.23452 |
| 2026-07-22 | 0.23528 |
| 2026-07-29 | 0.23816 |
| 2026-08-05 | 0.23555 |
| 2026-08-12 | 0.22823 |
| 2026-08-20 | 0.22304 |
| 2026-08-27 | 0.22328 |
| 2026-09-03 | 0.21936 |
| 2026-09-10 | 0.22708 |
| 2026-09-17 | 0.23306 |
| 2026-09-24 | 0.23067 |
High
0.30031
Low
0.21936
Average
0.25380
Get this rate via the API
One GET request returns the RUB/ZMW 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=RUB¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/ZMW API questions
How do I get the RUB/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/ZMW rate in rates.ZMW.
How far back does RUB/ZMW historical data go?
Daily RUB/ZMW 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 RUB/ZMW 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.