SCR to IDR exchange rate API
Seychelles Rupee to Rupiah · quoted 2026-09-25
1255.31
▲ +8.80% over 1Y
1 SCR = 1255.31 IDR · 1 IDR = 0.000797 SCR · Get this rate via the API
1 SCR buys 1255.31 IDR as of 2026-09-25, so 1 IDR buys 0.000797 SCR. Over the last year, SCR/IDR traded between 1102.29 and 1333.23, averaged 1196.97 and rose 8.80%. The API holds daily SCR/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/IDR over 1Y: show the values
| Point | SCR/IDR |
|---|---|
| 2025-09-25 | 1153.77 |
| 2025-10-02 | 1129.11 |
| 2025-10-09 | 1126.14 |
| 2025-10-16 | 1134.64 |
| 2025-10-23 | 1201.03 |
| 2025-10-30 | 1172.90 |
| 2025-11-06 | 1171.26 |
| 2025-11-13 | 1131.03 |
| 2025-11-20 | 1175.32 |
| 2025-11-27 | 1128.10 |
| 2025-12-04 | 1158.91 |
| 2025-12-12 | 1107.04 |
| 2025-12-19 | 1218.02 |
| 2025-12-26 | 1130.30 |
| 2026-01-02 | 1102.29 |
| 2026-01-09 | 1333.23 |
| 2026-01-16 | 1119.46 |
| 2026-01-23 | 1156.14 |
| 2026-01-30 | 1170.49 |
| 2026-02-06 | 1175.57 |
| 2026-02-13 | 1170.04 |
| 2026-02-20 | 1116.20 |
| 2026-02-27 | 1230.02 |
| 2026-03-06 | 1134.71 |
| 2026-03-13 | 1131.51 |
| 2026-03-20 | 1124.42 |
| 2026-03-27 | 1174.87 |
| 2026-04-03 | 1186.39 |
| 2026-04-10 | 1126.31 |
| 2026-04-17 | 1248.75 |
| 2026-04-24 | 1254.80 |
| 2026-05-01 | 1187.88 |
| 2026-05-08 | 1253.84 |
| 2026-05-16 | 1294.21 |
| 2026-05-24 | 1190.24 |
| 2026-05-31 | 1209.25 |
| 2026-06-09 | 1294.70 |
| 2026-06-16 | 1240.45 |
| 2026-06-23 | 1259.28 |
| 2026-06-30 | 1238.86 |
| 2026-07-07 | 1224.75 |
| 2026-07-14 | 1262.72 |
| 2026-07-21 | 1260.25 |
| 2026-07-28 | 1290.81 |
| 2026-08-04 | 1240.10 |
| 2026-08-11 | 1261.05 |
| 2026-08-18 | 1227.42 |
| 2026-08-26 | 1248.42 |
| 2026-09-02 | 1225.18 |
| 2026-09-09 | 1223.15 |
| 2026-09-16 | 1234.93 |
| 2026-09-23 | 1224.08 |
High
1333.23
Low
1102.29
Average
1196.97
Get this rate via the API
One GET request returns the SCR/IDR 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=SCR¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/IDR API questions
How do I get the SCR/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/IDR rate in rates.IDR.
How far back does SCR/IDR historical data go?
Daily SCR/IDR 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/IDR 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.