Skip to content

USD to SCR exchange rate API

US Dollar to Seychelles Rupee · quoted 2026-09-25

14.3332

▼ +1.47% over 1Y

1 USD = 14.3332 SCR · 1 SCR = 0.06977 USD · Get this rate via the API

1 USD buys 14.3332 SCR as of 2026-09-25, so 1 SCR buys 0.06977 USD. Over the last year, USD/SCR traded between 12.6458 and 15.1781, averaged 14.4053 and fell 1.47%. The API holds daily USD/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/SCR over 1Y

USD/SCR over 1Y: show the values
PointUSD/SCR
2025-09-2514.5471
2025-10-0214.7156
2025-10-0914.7050
2025-10-1614.6363
2025-10-2313.8421
2025-10-3014.2091
2025-11-0614.2387
2025-11-1314.7754
2025-11-2014.2505
2025-11-2714.7505
2025-12-0414.3711
2025-12-1215.0423
2025-12-1913.7399
2025-12-2614.8540
2026-01-0215.1650
2026-01-0912.6458
2026-01-1615.1127
2026-01-2314.5513
2026-01-3014.3430
2026-02-0614.3530
2026-02-1314.3782
2026-02-2015.1304
2026-02-2713.6592
2026-03-0614.9585
2026-03-1314.9363
2026-03-2015.0525
2026-03-2714.4550
2026-04-0314.3483
2026-04-1015.1781
2026-04-1713.7579
2026-04-2413.7421
2026-05-0114.6250
2026-05-0813.8502
2026-05-1613.6031
2026-05-2414.8988
2026-05-3114.7739
2026-06-0913.8644
2026-06-1614.2864
2026-06-2314.2315
2026-06-3014.4514
2026-07-0714.6083
2026-07-1414.3028
2026-07-2114.2019
2026-07-2814.0239
2026-08-0414.5046
2026-08-1114.1451
2026-08-1814.5527
2026-08-2614.1879
2026-09-0214.4596
2026-09-0914.2875
2026-09-1614.3087
2026-09-2314.5374

High

15.1781

Low

12.6458

Average

14.4053

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=SCR").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/SCR API questions

How do I get the USD/SCR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=SCR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/SCR rate in rates.SCR.

How far back does USD/SCR historical data go?

Daily USD/SCR 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 USD/SCR 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.