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: show the values
| Point | USD/SCR |
|---|---|
| 2025-09-25 | 14.5471 |
| 2025-10-02 | 14.7156 |
| 2025-10-09 | 14.7050 |
| 2025-10-16 | 14.6363 |
| 2025-10-23 | 13.8421 |
| 2025-10-30 | 14.2091 |
| 2025-11-06 | 14.2387 |
| 2025-11-13 | 14.7754 |
| 2025-11-20 | 14.2505 |
| 2025-11-27 | 14.7505 |
| 2025-12-04 | 14.3711 |
| 2025-12-12 | 15.0423 |
| 2025-12-19 | 13.7399 |
| 2025-12-26 | 14.8540 |
| 2026-01-02 | 15.1650 |
| 2026-01-09 | 12.6458 |
| 2026-01-16 | 15.1127 |
| 2026-01-23 | 14.5513 |
| 2026-01-30 | 14.3430 |
| 2026-02-06 | 14.3530 |
| 2026-02-13 | 14.3782 |
| 2026-02-20 | 15.1304 |
| 2026-02-27 | 13.6592 |
| 2026-03-06 | 14.9585 |
| 2026-03-13 | 14.9363 |
| 2026-03-20 | 15.0525 |
| 2026-03-27 | 14.4550 |
| 2026-04-03 | 14.3483 |
| 2026-04-10 | 15.1781 |
| 2026-04-17 | 13.7579 |
| 2026-04-24 | 13.7421 |
| 2026-05-01 | 14.6250 |
| 2026-05-08 | 13.8502 |
| 2026-05-16 | 13.6031 |
| 2026-05-24 | 14.8988 |
| 2026-05-31 | 14.7739 |
| 2026-06-09 | 13.8644 |
| 2026-06-16 | 14.2864 |
| 2026-06-23 | 14.2315 |
| 2026-06-30 | 14.4514 |
| 2026-07-07 | 14.6083 |
| 2026-07-14 | 14.3028 |
| 2026-07-21 | 14.2019 |
| 2026-07-28 | 14.0239 |
| 2026-08-04 | 14.5046 |
| 2026-08-11 | 14.1451 |
| 2026-08-18 | 14.5527 |
| 2026-08-26 | 14.1879 |
| 2026-09-02 | 14.4596 |
| 2026-09-09 | 14.2875 |
| 2026-09-16 | 14.3087 |
| 2026-09-23 | 14.5374 |
High
15.1781
Low
12.6458
Average
14.4053
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.