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: show the values
| Point | SGD/RSD |
|---|---|
| 2025-09-26 | 77.6515 |
| 2025-10-03 | 77.5141 |
| 2025-10-10 | 78.0602 |
| 2025-10-17 | 77.3275 |
| 2025-10-24 | 77.6847 |
| 2025-10-31 | 77.8234 |
| 2025-11-07 | 78.0269 |
| 2025-11-14 | 77.5395 |
| 2025-11-21 | 77.7482 |
| 2025-11-28 | 78.0836 |
| 2025-12-05 | 77.7691 |
| 2025-12-13 | 77.4214 |
| 2025-12-20 | 77.4286 |
| 2025-12-27 | 77.5709 |
| 2026-01-03 | 77.7650 |
| 2026-01-10 | 78.3281 |
| 2026-01-17 | 78.5056 |
| 2026-01-24 | 78.0940 |
| 2026-01-31 | 77.8427 |
| 2026-02-07 | 78.1676 |
| 2026-02-14 | 78.4829 |
| 2026-02-21 | 78.6489 |
| 2026-02-28 | 78.5839 |
| 2026-03-07 | 78.8851 |
| 2026-03-14 | 79.8963 |
| 2026-03-21 | 79.1320 |
| 2026-03-28 | 78.7575 |
| 2026-04-04 | 79.0618 |
| 2026-04-11 | 78.5933 |
| 2026-04-18 | 78.2425 |
| 2026-04-25 | 78.4939 |
| 2026-05-02 | 78.5914 |
| 2026-05-09 | 78.4919 |
| 2026-05-17 | 78.8770 |
| 2026-05-25 | 79.2067 |
| 2026-06-01 | 78.8092 |
| 2026-06-10 | 78.8886 |
| 2026-06-17 | 78.7560 |
| 2026-06-24 | 79.5596 |
| 2026-07-01 | 79.3527 |
| 2026-07-08 | 79.4368 |
| 2026-07-15 | 79.3800 |
| 2026-07-22 | 79.6929 |
| 2026-07-29 | 79.6985 |
| 2026-08-05 | 79.3733 |
| 2026-08-12 | 79.5359 |
| 2026-08-20 | 78.9662 |
| 2026-08-27 | 79.2379 |
| 2026-09-03 | 79.7839 |
| 2026-09-10 | 79.6140 |
| 2026-09-17 | 80.1786 |
| 2026-09-24 | 80.6352 |
High
80.6463
Low
77.3275
Average
78.6763
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.