Skip to content

RSD to ZMW exchange rate API

Serbian Dinar to Zambian Kwacha · quoted 2026-09-25

0.18924

▼ +20.32% over 1Y

1 RSD = 0.18924 ZMW · 1 ZMW = 5.2842 RSD · Get this rate via the API

1 RSD buys 0.18924 ZMW as of 2026-09-25, so 1 ZMW buys 5.2842 RSD. Over the last year, RSD/ZMW traded between 0.17410 and 0.24041, averaged 0.19855 and fell 20.32%. The API holds daily RSD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/ZMW over 1Y

RSD/ZMW over 1Y: show the values
PointRSD/ZMW
2025-09-250.23750
2025-10-020.24041
2025-10-090.23586
2025-10-160.22619
2025-10-230.22169
2025-10-300.21963
2025-11-060.22207
2025-11-130.22350
2025-11-200.22409
2025-11-270.22558
2025-12-040.22995
2025-12-120.23003
2025-12-190.22739
2025-12-260.22652
2026-01-020.22311
2026-01-090.19684
2026-01-160.19668
2026-01-230.19854
2026-01-300.20128
2026-02-060.18760
2026-02-130.18657
2026-02-200.19025
2026-02-270.18985
2026-03-060.19138
2026-03-130.19112
2026-03-200.19248
2026-03-270.18570
2026-04-030.18914
2026-04-100.18977
2026-04-170.19190
2026-04-240.18626
2026-05-010.18665
2026-05-080.19093
2026-05-160.18728
2026-05-240.18654
2026-05-310.18295
2026-06-090.17418
2026-06-160.17420
2026-06-230.17410
2026-06-300.17645
2026-07-070.17883
2026-07-140.17570
2026-07-210.17793
2026-07-280.18016
2026-08-040.18477
2026-08-110.18457
2026-08-180.18689
2026-08-260.18984
2026-09-020.18912
2026-09-090.19151
2026-09-160.19277
2026-09-230.18986

High

0.24041

Low

0.17410

Average

0.19855

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/ZMW API questions

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

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

How far back does RSD/ZMW historical data go?

Daily RSD/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 RSD/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.