Skip to content

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

ZAR/RSD over YTD: show the values
PointZAR/RSD
2025-12-316.0382
2026-01-076.0941
2026-01-146.1489
2026-01-216.1376
2026-01-286.1649
2026-02-046.2300
2026-02-116.2034
2026-02-186.1808
2026-02-256.2820
2026-03-046.2028
2026-03-116.1599
2026-03-186.0297
2026-03-255.9838
2026-04-016.0546
2026-04-086.1651
2026-04-156.0718
2026-04-226.0717
2026-04-296.0406
2026-05-066.1058
2026-05-146.1086
2026-05-216.1038
2026-05-296.2178
2026-06-056.2106
2026-06-146.2528
2026-06-216.2178
2026-06-286.2596
2026-07-056.3239
2026-07-126.2910
2026-07-196.2030
2026-07-266.1593
2026-08-026.1836
2026-08-096.2857
2026-08-166.2674
2026-08-246.2763
2026-08-316.2823
2026-09-076.3180
2026-09-146.2309
2026-09-216.2889

High

6.3239

Low

5.9838

Average

6.1837

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=RSD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&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=ZAR&currencies=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&currencies=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.