Skip to content

ZMW to RSD exchange rate API

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

5.2842

▲ +25.50% over 1Y

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

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

ZMW/RSD over 1Y

ZMW/RSD over 1Y: show the values
PointZMW/RSD
2025-09-254.2105
2025-10-024.1596
2025-10-094.2398
2025-10-164.4211
2025-10-234.5108
2025-10-304.5531
2025-11-064.5030
2025-11-134.4743
2025-11-204.4624
2025-11-274.4330
2025-12-044.3488
2025-12-124.3473
2025-12-194.3978
2025-12-264.4146
2026-01-024.4821
2026-01-095.0803
2026-01-165.0843
2026-01-235.0368
2026-01-304.9682
2026-02-065.3305
2026-02-135.3600
2026-02-205.2561
2026-02-275.2672
2026-03-065.2253
2026-03-135.2322
2026-03-205.1953
2026-03-275.3850
2026-04-035.2871
2026-04-105.2696
2026-04-175.2109
2026-04-245.3688
2026-05-015.3577
2026-05-085.2375
2026-05-165.3395
2026-05-245.3607
2026-05-315.4661
2026-06-095.7411
2026-06-165.7405
2026-06-235.7437
2026-06-305.6673
2026-07-075.5918
2026-07-145.6914
2026-07-215.6202
2026-07-285.5508
2026-08-045.4121
2026-08-115.4179
2026-08-185.3508
2026-08-265.2675
2026-09-025.2876
2026-09-095.2216
2026-09-165.1876
2026-09-235.2671

High

5.7437

Low

4.1596

Average

5.0815

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/RSD API questions

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

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

How far back does ZMW/RSD historical data go?

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