Skip to content

SGD to RSD exchange rate API

Singapore Dollar to Serbian Dinar · quoted 2026-09-26

80.6463

▲ +1.78% over 30D

1 SGD = 80.6463 RSD · 1 RSD = 0.01240 SGD · Get this rate via the API

1 SGD buys 80.6463 RSD as of 2026-09-26, so 1 RSD buys 0.01240 SGD. Over the last 30 days, SGD/RSD traded between 79.2379 and 80.8906, averaged 79.8991 and rose 1.78%. The API holds daily SGD/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SGD/RSD over 30D

SGD/RSD over 30D: show the values
PointSGD/RSD
2026-08-2779.2379
2026-08-2879.2511
2026-08-2979.4007
2026-08-3079.4636
2026-08-3179.5544
2026-09-0179.4231
2026-09-0279.5735
2026-09-0379.7839
2026-09-0479.6597
2026-09-0579.6349
2026-09-0679.7323
2026-09-0779.7935
2026-09-0879.7478
2026-09-0979.8515
2026-09-1079.6140
2026-09-1179.7751
2026-09-1279.8565
2026-09-1379.8704
2026-09-1479.6884
2026-09-1579.9375
2026-09-1679.8537
2026-09-1780.1786
2026-09-1879.9056
2026-09-1980.1773
2026-09-2080.1754
2026-09-2180.2133
2026-09-2280.2499
2026-09-2380.3481
2026-09-2480.6352
2026-09-2580.8906
2026-09-2680.6463

High

80.8906

Low

79.2379

Average

79.8991

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SGD/RSD API questions

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

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

How far back does SGD/RSD historical data go?

Daily SGD/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 SGD/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.