Skip to content

USD to SCR exchange rate API

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

14.3332

▲ +1.02% over 30D

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 30 days, USD/SCR traded between 13.7711 and 14.7797, averaged 14.2917 and rose 1.02%. 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 30D

USD/SCR over 30D: show the values
PointUSD/SCR
2026-08-2614.1879
2026-08-2714.2265
2026-08-2814.0164
2026-08-2914.0728
2026-08-3014.6793
2026-08-3114.3542
2026-09-0114.1830
2026-09-0214.4596
2026-09-0314.3517
2026-09-0414.3061
2026-09-0513.7832
2026-09-0614.6535
2026-09-0714.2067
2026-09-0814.2393
2026-09-0914.2875
2026-09-1014.2460
2026-09-1114.3306
2026-09-1213.7711
2026-09-1314.7797
2026-09-1414.1795
2026-09-1514.1449
2026-09-1614.3087
2026-09-1714.4361
2026-09-1813.8724
2026-09-1914.2552
2026-09-2014.7487
2026-09-2114.4455
2026-09-2214.4058
2026-09-2314.5374
2026-09-2414.1979
2026-09-2514.3332

High

14.7797

Low

13.7711

Average

14.2917

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.