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: show the values
| Point | ZMW/RSD |
|---|---|
| 2025-09-25 | 4.2105 |
| 2025-10-02 | 4.1596 |
| 2025-10-09 | 4.2398 |
| 2025-10-16 | 4.4211 |
| 2025-10-23 | 4.5108 |
| 2025-10-30 | 4.5531 |
| 2025-11-06 | 4.5030 |
| 2025-11-13 | 4.4743 |
| 2025-11-20 | 4.4624 |
| 2025-11-27 | 4.4330 |
| 2025-12-04 | 4.3488 |
| 2025-12-12 | 4.3473 |
| 2025-12-19 | 4.3978 |
| 2025-12-26 | 4.4146 |
| 2026-01-02 | 4.4821 |
| 2026-01-09 | 5.0803 |
| 2026-01-16 | 5.0843 |
| 2026-01-23 | 5.0368 |
| 2026-01-30 | 4.9682 |
| 2026-02-06 | 5.3305 |
| 2026-02-13 | 5.3600 |
| 2026-02-20 | 5.2561 |
| 2026-02-27 | 5.2672 |
| 2026-03-06 | 5.2253 |
| 2026-03-13 | 5.2322 |
| 2026-03-20 | 5.1953 |
| 2026-03-27 | 5.3850 |
| 2026-04-03 | 5.2871 |
| 2026-04-10 | 5.2696 |
| 2026-04-17 | 5.2109 |
| 2026-04-24 | 5.3688 |
| 2026-05-01 | 5.3577 |
| 2026-05-08 | 5.2375 |
| 2026-05-16 | 5.3395 |
| 2026-05-24 | 5.3607 |
| 2026-05-31 | 5.4661 |
| 2026-06-09 | 5.7411 |
| 2026-06-16 | 5.7405 |
| 2026-06-23 | 5.7437 |
| 2026-06-30 | 5.6673 |
| 2026-07-07 | 5.5918 |
| 2026-07-14 | 5.6914 |
| 2026-07-21 | 5.6202 |
| 2026-07-28 | 5.5508 |
| 2026-08-04 | 5.4121 |
| 2026-08-11 | 5.4179 |
| 2026-08-18 | 5.3508 |
| 2026-08-26 | 5.2675 |
| 2026-09-02 | 5.2876 |
| 2026-09-09 | 5.2216 |
| 2026-09-16 | 5.1876 |
| 2026-09-23 | 5.2671 |
High
5.7437
Low
4.1596
Average
5.0815
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.