SCR to IDR exchange rate API
Seychelles Rupee to Rupiah · quoted 2026-09-25
1266.95
▲ +10.76% over YTD
1 SCR = 1266.95 IDR · 1 IDR = 0.000789 SCR · Get this rate via the API
1 SCR buys 1266.95 IDR as of 2026-09-25, so 1 IDR buys 0.000789 SCR. Over the year to date, SCR/IDR traded between 1118.88 and 1291.58, averaged 1209.05 and rose 10.76%. 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 YTD: show the values
| Point | SCR/IDR |
|---|---|
| 2025-12-31 | 1143.88 |
| 2026-01-07 | 1195.98 |
| 2026-01-14 | 1162.06 |
| 2026-01-21 | 1193.16 |
| 2026-01-28 | 1142.39 |
| 2026-02-04 | 1124.06 |
| 2026-02-11 | 1123.17 |
| 2026-02-18 | 1171.81 |
| 2026-02-25 | 1118.88 |
| 2026-03-04 | 1228.61 |
| 2026-03-11 | 1245.43 |
| 2026-03-18 | 1192.08 |
| 2026-03-25 | 1159.84 |
| 2026-04-01 | 1138.52 |
| 2026-04-08 | 1214.89 |
| 2026-04-15 | 1215.55 |
| 2026-04-22 | 1168.43 |
| 2026-04-29 | 1269.56 |
| 2026-05-06 | 1253.67 |
| 2026-05-14 | 1222.11 |
| 2026-05-21 | 1229.84 |
| 2026-05-29 | 1250.75 |
| 2026-06-05 | 1291.58 |
| 2026-06-14 | 1230.90 |
| 2026-06-21 | 1215.35 |
| 2026-06-28 | 1204.94 |
| 2026-07-05 | 1245.57 |
| 2026-07-12 | 1223.77 |
| 2026-07-19 | 1231.44 |
| 2026-07-26 | 1238.80 |
| 2026-08-02 | 1225.47 |
| 2026-08-09 | 1218.25 |
| 2026-08-16 | 1218.08 |
| 2026-08-24 | 1218.94 |
| 2026-08-31 | 1233.78 |
| 2026-09-07 | 1242.16 |
| 2026-09-14 | 1245.44 |
| 2026-09-21 | 1237.03 |
High
1291.58
Low
1118.88
Average
1209.05
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.