ZAR to RSD exchange rate API
Rand to Serbian Dinar · quoted 2026-09-26
6.3172
▲ +4.62% over YTD
1 ZAR = 6.3172 RSD · 1 RSD = 0.15830 ZAR · Get this rate via the API
1 ZAR buys 6.3172 RSD as of 2026-09-26, so 1 RSD buys 0.15830 ZAR. Over the year to date, ZAR/RSD traded between 5.9838 and 6.3239, averaged 6.1837 and rose 4.62%. The API holds daily ZAR/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZAR/RSD over YTD: show the values
| Point | ZAR/RSD |
|---|---|
| 2025-12-31 | 6.0382 |
| 2026-01-07 | 6.0941 |
| 2026-01-14 | 6.1489 |
| 2026-01-21 | 6.1376 |
| 2026-01-28 | 6.1649 |
| 2026-02-04 | 6.2300 |
| 2026-02-11 | 6.2034 |
| 2026-02-18 | 6.1808 |
| 2026-02-25 | 6.2820 |
| 2026-03-04 | 6.2028 |
| 2026-03-11 | 6.1599 |
| 2026-03-18 | 6.0297 |
| 2026-03-25 | 5.9838 |
| 2026-04-01 | 6.0546 |
| 2026-04-08 | 6.1651 |
| 2026-04-15 | 6.0718 |
| 2026-04-22 | 6.0717 |
| 2026-04-29 | 6.0406 |
| 2026-05-06 | 6.1058 |
| 2026-05-14 | 6.1086 |
| 2026-05-21 | 6.1038 |
| 2026-05-29 | 6.2178 |
| 2026-06-05 | 6.2106 |
| 2026-06-14 | 6.2528 |
| 2026-06-21 | 6.2178 |
| 2026-06-28 | 6.2596 |
| 2026-07-05 | 6.3239 |
| 2026-07-12 | 6.2910 |
| 2026-07-19 | 6.2030 |
| 2026-07-26 | 6.1593 |
| 2026-08-02 | 6.1836 |
| 2026-08-09 | 6.2857 |
| 2026-08-16 | 6.2674 |
| 2026-08-24 | 6.2763 |
| 2026-08-31 | 6.2823 |
| 2026-09-07 | 6.3180 |
| 2026-09-14 | 6.2309 |
| 2026-09-21 | 6.2889 |
High
6.3239
Low
5.9838
Average
6.1837
Get this rate via the API
One GET request returns the ZAR/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=ZAR¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=RSD").json()Replace YOUR_API_KEY with the key from your dashboard.
ZAR/RSD API questions
How do I get the ZAR/RSD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=RSD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZAR/RSD rate in rates.RSD.
How far back does ZAR/RSD historical data go?
Daily ZAR/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 ZAR/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.