SCR to IDR exchange rate API
Seychelles Rupee to Rupiah · quoted 2026-09-25
1266.95
▲ +11.67% over 6M
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 last 6 months, SCR/IDR traded between 1127.41 and 1359.25, averaged 1237.05 and rose 11.67%. 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 6M: show the values
| Point | SCR/IDR |
|---|---|
| 2026-03-29 | 1134.55 |
| 2026-04-05 | 1147.17 |
| 2026-04-12 | 1127.41 |
| 2026-04-19 | 1142.54 |
| 2026-04-26 | 1167.54 |
| 2026-05-03 | 1262.79 |
| 2026-05-10 | 1170.11 |
| 2026-05-18 | 1301.28 |
| 2026-05-26 | 1251.31 |
| 2026-06-02 | 1273.55 |
| 2026-06-11 | 1277.24 |
| 2026-06-18 | 1221.34 |
| 2026-06-25 | 1230.73 |
| 2026-07-02 | 1359.25 |
| 2026-07-09 | 1240.73 |
| 2026-07-16 | 1279.27 |
| 2026-07-23 | 1270.84 |
| 2026-07-30 | 1252.83 |
| 2026-08-06 | 1260.21 |
| 2026-08-13 | 1258.34 |
| 2026-08-21 | 1257.54 |
| 2026-08-28 | 1264.03 |
| 2026-09-04 | 1232.73 |
| 2026-09-11 | 1228.32 |
| 2026-09-18 | 1284.76 |
High
1359.25
Low
1127.41
Average
1237.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.