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: show the values
| Point | SGD/RSD |
|---|---|
| 2026-08-27 | 79.2379 |
| 2026-08-28 | 79.2511 |
| 2026-08-29 | 79.4007 |
| 2026-08-30 | 79.4636 |
| 2026-08-31 | 79.5544 |
| 2026-09-01 | 79.4231 |
| 2026-09-02 | 79.5735 |
| 2026-09-03 | 79.7839 |
| 2026-09-04 | 79.6597 |
| 2026-09-05 | 79.6349 |
| 2026-09-06 | 79.7323 |
| 2026-09-07 | 79.7935 |
| 2026-09-08 | 79.7478 |
| 2026-09-09 | 79.8515 |
| 2026-09-10 | 79.6140 |
| 2026-09-11 | 79.7751 |
| 2026-09-12 | 79.8565 |
| 2026-09-13 | 79.8704 |
| 2026-09-14 | 79.6884 |
| 2026-09-15 | 79.9375 |
| 2026-09-16 | 79.8537 |
| 2026-09-17 | 80.1786 |
| 2026-09-18 | 79.9056 |
| 2026-09-19 | 80.1773 |
| 2026-09-20 | 80.1754 |
| 2026-09-21 | 80.2133 |
| 2026-09-22 | 80.2499 |
| 2026-09-23 | 80.3481 |
| 2026-09-24 | 80.6352 |
| 2026-09-25 | 80.8906 |
| 2026-09-26 | 80.6463 |
High
80.8906
Low
79.2379
Average
79.8991
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.