Skip to content

SCR to USD exchange rate API

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

0.07043

▲ +3.81% over 1Y

1 SCR = 0.07043 USD · 1 USD = 14.1981 SCR · Get this rate via the API

1 SCR buys 0.07043 USD as of 2026-09-24, so 1 USD buys 14.1981 SCR. Over the last year, SCR/USD traded between 0.06586 and 0.07391, averaged 0.07007 and rose 3.81%. The API holds daily SCR/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/USD over 1Y

SCR/USD over 1Y: show the values
PointSCR/USD
2025-09-240.06784
2025-10-010.06833
2025-10-080.06872
2025-10-150.07344
2025-10-220.06926
2025-10-290.06942
2025-11-050.06680
2025-11-120.07056
2025-11-190.07074
2025-11-260.07034
2025-12-030.06958
2025-12-110.07035
2025-12-180.06832
2025-12-250.06917
2026-01-010.06610
2026-01-080.07190
2026-01-150.06989
2026-01-220.06977
2026-01-290.07019
2026-02-050.06822
2026-02-120.07283
2026-02-190.07317
2026-02-260.07246
2026-03-050.06805
2026-03-120.06755
2026-03-190.06586
2026-03-260.07188
2026-04-020.06875
2026-04-090.07039
2026-04-160.06954
2026-04-230.07302
2026-04-300.07261
2026-05-070.07172
2026-05-150.07311
2026-05-230.07267
2026-05-300.06885
2026-06-060.07391
2026-06-150.06969
2026-06-220.06957
2026-06-290.06886
2026-07-060.06998
2026-07-130.06832
2026-07-200.07139
2026-07-270.07090
2026-08-030.06945
2026-08-100.06885
2026-08-170.07033
2026-08-250.06985
2026-09-010.07051
2026-09-080.07023
2026-09-150.07070
2026-09-220.06942

High

0.07391

Low

0.06586

Average

0.07007

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/USD API questions

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

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

How far back does SCR/USD historical data go?

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