SCR to IDR exchange rate API
Seychelles Rupee to Rupiah · quoted 2026-09-25
1266.95
▲ +1.48% over 30D
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 30 days, SCR/IDR traded between 1191.09 and 1284.76, averaged 1240.19 and rose 1.48%. 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 30D: show the values
| Point | SCR/IDR |
|---|---|
| 2026-08-26 | 1248.42 |
| 2026-08-27 | 1246.79 |
| 2026-08-28 | 1264.03 |
| 2026-08-29 | 1261.70 |
| 2026-08-30 | 1208.44 |
| 2026-08-31 | 1233.78 |
| 2026-09-01 | 1251.13 |
| 2026-09-02 | 1225.18 |
| 2026-09-03 | 1229.60 |
| 2026-09-04 | 1232.73 |
| 2026-09-05 | 1279.50 |
| 2026-09-06 | 1206.38 |
| 2026-09-07 | 1242.16 |
| 2026-09-08 | 1235.79 |
| 2026-09-09 | 1223.15 |
| 2026-09-10 | 1233.62 |
| 2026-09-11 | 1228.32 |
| 2026-09-12 | 1277.65 |
| 2026-09-13 | 1191.09 |
| 2026-09-14 | 1245.44 |
| 2026-09-15 | 1251.11 |
| 2026-09-16 | 1234.93 |
| 2026-09-17 | 1227.97 |
| 2026-09-18 | 1284.76 |
| 2026-09-19 | 1248.66 |
| 2026-09-20 | 1205.55 |
| 2026-09-21 | 1237.03 |
| 2026-09-22 | 1236.98 |
| 2026-09-23 | 1224.08 |
| 2026-09-24 | 1263.05 |
High
1284.76
Low
1191.09
Average
1240.19
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.