Skip to content

ZMW to RUB exchange rate API

Zambian Kwacha to Russian Ruble · quoted 2026-09-25

4.3485

▲ +21.62% over YTD

1 ZMW = 4.3485 RUB · 1 RUB = 0.22997 ZMW · Get this rate via the API

1 ZMW buys 4.3485 RUB as of 2026-09-25, so 1 RUB buys 0.22997 ZMW. Over the year to date, ZMW/RUB traded between 3.5754 and 4.5131, averaged 4.1141 and rose 21.62%. The API holds daily ZMW/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/RUB over YTD

ZMW/RUB over YTD: show the values
PointZMW/RUB
2025-12-313.5754
2026-01-073.8362
2026-01-144.0360
2026-01-213.8510
2026-01-283.8490
2026-02-043.9247
2026-02-114.0460
2026-02-184.1272
2026-02-254.0384
2026-03-044.0434
2026-03-114.0745
2026-03-184.2053
2026-03-254.2439
2026-04-014.2344
2026-04-084.0327
2026-04-153.9393
2026-04-223.9438
2026-04-293.9708
2026-05-064.0083
2026-05-143.8756
2026-05-213.7540
2026-05-293.8098
2026-06-054.1804
2026-06-144.1225
2026-06-214.0816
2026-06-284.3511
2026-07-054.1918
2026-07-124.2425
2026-07-194.2948
2026-07-264.1952
2026-08-024.2284
2026-08-094.3442
2026-08-164.4388
2026-08-244.3588
2026-08-314.5131
2026-09-074.4994
2026-09-144.3687
2026-09-214.2723

High

4.5131

Low

3.5754

Average

4.1141

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/RUB API questions

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

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

How far back does ZMW/RUB historical data go?

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