SCR to IDR exchange rate API
Seychelles Rupee to Rupiah · quoted 2026-09-25
1255.31
▲ +12.08% over 5Y
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 5 years, SCR/IDR traded between 1051.47 and 1368.12, averaged 1161.42 and rose 12.08%. 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 5Y: show the values
| Point | SCR/IDR |
|---|---|
| 2024-08-24 | 1120.03 |
| 2024-10-06 | 1051.47 |
| 2024-11-05 | 1143.86 |
| 2024-12-05 | 1087.76 |
| 2025-01-04 | 1143.64 |
| 2025-02-03 | 1149.06 |
| 2025-03-05 | 1136.46 |
| 2025-04-05 | 1153.50 |
| 2025-05-05 | 1159.32 |
| 2025-06-04 | 1127.18 |
| 2025-07-04 | 1143.90 |
| 2025-08-03 | 1122.36 |
| 2025-09-02 | 1126.61 |
| 2025-10-02 | 1129.11 |
| 2025-11-01 | 1135.81 |
| 2025-12-01 | 1178.26 |
| 2026-01-01 | 1103.90 |
| 2026-01-31 | 1132.27 |
| 2026-03-02 | 1150.90 |
| 2026-04-01 | 1138.52 |
| 2026-05-01 | 1187.88 |
| 2026-06-02 | 1273.55 |
| 2026-07-04 | 1368.12 |
| 2026-08-03 | 1248.50 |
| 2026-09-03 | 1229.60 |
High
1368.12
Low
1051.47
Average
1161.42
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.