SCR to RSD exchange rate API
Seychelles Rupee to Serbian Dinar · quoted 2026-09-24
7.2692
▲ +6.31% over YTD
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 year to date, SCR/RSD traded between 6.5827 and 7.4464, averaged 7.0135 and rose 6.31%. 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 YTD: show the values
| Point | SCR/RSD |
|---|---|
| 2025-12-31 | 6.8377 |
| 2026-01-07 | 7.1520 |
| 2026-01-14 | 6.9437 |
| 2026-01-21 | 7.0633 |
| 2026-01-28 | 6.6811 |
| 2026-02-04 | 6.6459 |
| 2026-02-11 | 6.5827 |
| 2026-02-18 | 6.8731 |
| 2026-02-25 | 6.6301 |
| 2026-03-04 | 7.3786 |
| 2026-03-11 | 7.4464 |
| 2026-03-18 | 7.1417 |
| 2026-03-25 | 6.9630 |
| 2026-04-01 | 6.8389 |
| 2026-04-08 | 7.1962 |
| 2026-04-15 | 7.0626 |
| 2026-04-22 | 6.7931 |
| 2026-04-29 | 7.3374 |
| 2026-05-06 | 7.2469 |
| 2026-05-14 | 7.0131 |
| 2026-05-21 | 7.0297 |
| 2026-05-29 | 7.0819 |
| 2026-06-05 | 7.2224 |
| 2026-06-14 | 6.9672 |
| 2026-06-21 | 6.9735 |
| 2026-06-28 | 6.9226 |
| 2026-07-05 | 7.0992 |
| 2026-07-12 | 6.9504 |
| 2026-07-19 | 7.0287 |
| 2026-07-26 | 7.1214 |
| 2026-08-02 | 6.9233 |
| 2026-08-09 | 6.8999 |
| 2026-08-16 | 6.9147 |
| 2026-08-24 | 6.9116 |
| 2026-08-31 | 7.0535 |
| 2026-09-07 | 7.1119 |
| 2026-09-14 | 7.1404 |
| 2026-09-21 | 7.0785 |
High
7.4464
Low
6.5827
Average
7.0135
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.