SCR to RSD exchange rate API
Seychelles Rupee to Serbian Dinar · quoted 2026-09-24
7.2692
▲ +3.49% over 30D
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 30 days, SCR/RSD traded between 6.8455 and 7.3639, averaged 7.1049 and rose 3.49%. 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 30D: show the values
| Point | SCR/RSD |
|---|---|
| 2026-08-25 | 7.0238 |
| 2026-08-26 | 7.0858 |
| 2026-08-27 | 7.0807 |
| 2026-08-28 | 7.1882 |
| 2026-08-29 | 7.1928 |
| 2026-08-30 | 6.8980 |
| 2026-08-31 | 7.0535 |
| 2026-09-01 | 7.1310 |
| 2026-09-02 | 7.0065 |
| 2026-09-03 | 7.0477 |
| 2026-09-04 | 7.0544 |
| 2026-09-05 | 7.3298 |
| 2026-09-06 | 6.8946 |
| 2026-09-07 | 7.1119 |
| 2026-09-08 | 7.0892 |
| 2026-09-09 | 7.0610 |
| 2026-09-10 | 7.0776 |
| 2026-09-11 | 7.0579 |
| 2026-09-12 | 7.3460 |
| 2026-09-13 | 6.8455 |
| 2026-09-14 | 7.1404 |
| 2026-09-15 | 7.1912 |
| 2026-09-16 | 7.1060 |
| 2026-09-17 | 7.0832 |
| 2026-09-18 | 7.3639 |
| 2026-09-19 | 7.1765 |
| 2026-09-20 | 6.9373 |
| 2026-09-21 | 7.0785 |
| 2026-09-22 | 7.1010 |
| 2026-09-23 | 7.0653 |
| 2026-09-24 | 7.2692 |
High
7.3639
Low
6.8455
Average
7.1049
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.