Skip to content

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

SCR/RSD over 1Y: show the values
PointSCR/RSD
2025-09-246.7351
2025-10-016.8207
2025-10-086.9253
2025-10-157.4051
2025-10-226.9951
2025-10-296.9874
2025-11-056.8132
2025-11-127.1433
2025-11-197.1623
2025-11-267.1271
2025-12-037.0203
2025-12-117.0862
2025-12-186.8264
2025-12-256.8935
2026-01-016.6020
2026-01-087.2262
2026-01-157.0465
2026-01-227.0070
2026-01-296.8849
2026-02-056.7877
2026-02-127.1958
2026-02-197.2844
2026-02-267.1992
2026-03-056.8744
2026-03-126.8762
2026-03-196.7331
2026-03-267.3024
2026-04-026.9891
2026-04-097.0831
2026-04-166.9082
2026-04-237.3252
2026-04-307.3051
2026-05-077.1621
2026-05-157.3657
2026-05-237.3348
2026-05-306.9391
2026-06-067.5191
2026-06-157.0570
2026-06-227.1213
2026-06-297.0973
2026-07-067.1795
2026-07-137.0364
2026-07-207.3245
2026-07-277.3081
2026-08-037.0715
2026-08-106.9896
2026-08-177.1279
2026-08-257.0238
2026-09-017.1310
2026-09-087.0892
2026-09-157.1912
2026-09-227.1010

High

7.5191

Low

6.6020

Average

7.0757

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=RSD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=RSD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=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&currencies=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.