Skip to content

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

RUB/ZMW over 1Y: show the values
PointRUB/ZMW
2025-09-260.28394
2025-10-030.28999
2025-10-100.27962
2025-10-170.28170
2025-10-240.27236
2025-10-310.27714
2025-11-070.27941
2025-11-140.28068
2025-11-210.28803
2025-11-280.29378
2025-12-050.30031
2025-12-130.28980
2025-12-200.28055
2025-12-270.28643
2026-01-030.27487
2026-01-100.24600
2026-01-170.25964
2026-01-240.25807
2026-01-310.25882
2026-02-070.24354
2026-02-140.23929
2026-02-210.24741
2026-02-280.24544
2026-03-070.24364
2026-03-140.24257
2026-03-210.23547
2026-03-280.23123
2026-04-040.23965
2026-04-110.24663
2026-04-180.24955
2026-04-250.25129
2026-05-020.24914
2026-05-090.25644
2026-05-170.25950
2026-05-250.26488
2026-06-010.25869
2026-06-100.24751
2026-06-170.24470
2026-06-240.24291
2026-07-010.22948
2026-07-080.24194
2026-07-150.23452
2026-07-220.23528
2026-07-290.23816
2026-08-050.23555
2026-08-120.22823
2026-08-200.22304
2026-08-270.22328
2026-09-030.21936
2026-09-100.22708
2026-09-170.23306
2026-09-240.23067

High

0.30031

Low

0.21936

Average

0.25380

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=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&currencies=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.