SCR to RSD exchange rate API
Seychelles Rupee to Serbian Dinar · quoted 2026-09-24
7.2692
▲ +7.93% over 1Y
1 SCR = 7.2692 RSD · 1 RSD = 0.13757 SCR · Get this rate via the API
1 SCR buys 7.2692 RSD as of 2026-09-24, so 1 RSD buys 0.13757 SCR. Over the last year, SCR/RSD traded between 6.6020 and 7.5191, averaged 7.0757 and rose 7.93%. The API holds daily SCR/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/RSD over 1Y: show the values
| Point | SCR/RSD |
|---|---|
| 2025-09-24 | 6.7351 |
| 2025-10-01 | 6.8207 |
| 2025-10-08 | 6.9253 |
| 2025-10-15 | 7.4051 |
| 2025-10-22 | 6.9951 |
| 2025-10-29 | 6.9874 |
| 2025-11-05 | 6.8132 |
| 2025-11-12 | 7.1433 |
| 2025-11-19 | 7.1623 |
| 2025-11-26 | 7.1271 |
| 2025-12-03 | 7.0203 |
| 2025-12-11 | 7.0862 |
| 2025-12-18 | 6.8264 |
| 2025-12-25 | 6.8935 |
| 2026-01-01 | 6.6020 |
| 2026-01-08 | 7.2262 |
| 2026-01-15 | 7.0465 |
| 2026-01-22 | 7.0070 |
| 2026-01-29 | 6.8849 |
| 2026-02-05 | 6.7877 |
| 2026-02-12 | 7.1958 |
| 2026-02-19 | 7.2844 |
| 2026-02-26 | 7.1992 |
| 2026-03-05 | 6.8744 |
| 2026-03-12 | 6.8762 |
| 2026-03-19 | 6.7331 |
| 2026-03-26 | 7.3024 |
| 2026-04-02 | 6.9891 |
| 2026-04-09 | 7.0831 |
| 2026-04-16 | 6.9082 |
| 2026-04-23 | 7.3252 |
| 2026-04-30 | 7.3051 |
| 2026-05-07 | 7.1621 |
| 2026-05-15 | 7.3657 |
| 2026-05-23 | 7.3348 |
| 2026-05-30 | 6.9391 |
| 2026-06-06 | 7.5191 |
| 2026-06-15 | 7.0570 |
| 2026-06-22 | 7.1213 |
| 2026-06-29 | 7.0973 |
| 2026-07-06 | 7.1795 |
| 2026-07-13 | 7.0364 |
| 2026-07-20 | 7.3245 |
| 2026-07-27 | 7.3081 |
| 2026-08-03 | 7.0715 |
| 2026-08-10 | 6.9896 |
| 2026-08-17 | 7.1279 |
| 2026-08-25 | 7.0238 |
| 2026-09-01 | 7.1310 |
| 2026-09-08 | 7.0892 |
| 2026-09-15 | 7.1912 |
| 2026-09-22 | 7.1010 |
High
7.5191
Low
6.6020
Average
7.0757
Get this rate via the API
One GET request returns the SCR/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=SCR¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=RSD").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/RSD API questions
How do I get the SCR/RSD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=RSD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/RSD rate in rates.RSD.
How far back does SCR/RSD historical data go?
Daily SCR/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 SCR/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.