Skip to content

SGD to RSD exchange rate API

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

80.6463

▲ +3.86% over 1Y

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 year, SGD/RSD traded between 77.3275 and 80.6463, averaged 78.6763 and rose 3.86%. 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 1Y

SGD/RSD over 1Y: show the values
PointSGD/RSD
2025-09-2677.6515
2025-10-0377.5141
2025-10-1078.0602
2025-10-1777.3275
2025-10-2477.6847
2025-10-3177.8234
2025-11-0778.0269
2025-11-1477.5395
2025-11-2177.7482
2025-11-2878.0836
2025-12-0577.7691
2025-12-1377.4214
2025-12-2077.4286
2025-12-2777.5709
2026-01-0377.7650
2026-01-1078.3281
2026-01-1778.5056
2026-01-2478.0940
2026-01-3177.8427
2026-02-0778.1676
2026-02-1478.4829
2026-02-2178.6489
2026-02-2878.5839
2026-03-0778.8851
2026-03-1479.8963
2026-03-2179.1320
2026-03-2878.7575
2026-04-0479.0618
2026-04-1178.5933
2026-04-1878.2425
2026-04-2578.4939
2026-05-0278.5914
2026-05-0978.4919
2026-05-1778.8770
2026-05-2579.2067
2026-06-0178.8092
2026-06-1078.8886
2026-06-1778.7560
2026-06-2479.5596
2026-07-0179.3527
2026-07-0879.4368
2026-07-1579.3800
2026-07-2279.6929
2026-07-2979.6985
2026-08-0579.3733
2026-08-1279.5359
2026-08-2078.9662
2026-08-2779.2379
2026-09-0379.7839
2026-09-1079.6140
2026-09-1780.1786
2026-09-2480.6352

High

80.6463

Low

77.3275

Average

78.6763

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.