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: show the values
| Point | RSD/ZMW |
|---|---|
| 2025-09-25 | 0.23750 |
| 2025-10-02 | 0.24041 |
| 2025-10-09 | 0.23586 |
| 2025-10-16 | 0.22619 |
| 2025-10-23 | 0.22169 |
| 2025-10-30 | 0.21963 |
| 2025-11-06 | 0.22207 |
| 2025-11-13 | 0.22350 |
| 2025-11-20 | 0.22409 |
| 2025-11-27 | 0.22558 |
| 2025-12-04 | 0.22995 |
| 2025-12-12 | 0.23003 |
| 2025-12-19 | 0.22739 |
| 2025-12-26 | 0.22652 |
| 2026-01-02 | 0.22311 |
| 2026-01-09 | 0.19684 |
| 2026-01-16 | 0.19668 |
| 2026-01-23 | 0.19854 |
| 2026-01-30 | 0.20128 |
| 2026-02-06 | 0.18760 |
| 2026-02-13 | 0.18657 |
| 2026-02-20 | 0.19025 |
| 2026-02-27 | 0.18985 |
| 2026-03-06 | 0.19138 |
| 2026-03-13 | 0.19112 |
| 2026-03-20 | 0.19248 |
| 2026-03-27 | 0.18570 |
| 2026-04-03 | 0.18914 |
| 2026-04-10 | 0.18977 |
| 2026-04-17 | 0.19190 |
| 2026-04-24 | 0.18626 |
| 2026-05-01 | 0.18665 |
| 2026-05-08 | 0.19093 |
| 2026-05-16 | 0.18728 |
| 2026-05-24 | 0.18654 |
| 2026-05-31 | 0.18295 |
| 2026-06-09 | 0.17418 |
| 2026-06-16 | 0.17420 |
| 2026-06-23 | 0.17410 |
| 2026-06-30 | 0.17645 |
| 2026-07-07 | 0.17883 |
| 2026-07-14 | 0.17570 |
| 2026-07-21 | 0.17793 |
| 2026-07-28 | 0.18016 |
| 2026-08-04 | 0.18477 |
| 2026-08-11 | 0.18457 |
| 2026-08-18 | 0.18689 |
| 2026-08-26 | 0.18984 |
| 2026-09-02 | 0.18912 |
| 2026-09-09 | 0.19151 |
| 2026-09-16 | 0.19277 |
| 2026-09-23 | 0.18986 |
High
0.24041
Low
0.17410
Average
0.19855
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.