Skip to content

SCR to IDR exchange rate API

Seychelles Rupee to Rupiah · quoted 2026-09-25

1266.95

▲ +13.12% over 5Y

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 5 years, SCR/IDR traded between 1051.47 and 1368.12, averaged 1161.87 and rose 13.12%. 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

SCR/IDR over 5Y: show the values
PointSCR/IDR
2024-08-241120.03
2024-10-061051.47
2024-11-051143.86
2024-12-051087.76
2025-01-041143.64
2025-02-031149.06
2025-03-051136.46
2025-04-051153.50
2025-05-051159.32
2025-06-041127.18
2025-07-041143.90
2025-08-031122.36
2025-09-021126.61
2025-10-021129.11
2025-11-011135.81
2025-12-011178.26
2026-01-011103.90
2026-01-311132.27
2026-03-021150.90
2026-04-011138.52
2026-05-011187.88
2026-06-021273.55
2026-07-041368.12
2026-08-031248.50
2026-09-031229.60

High

1368.12

Low

1051.47

Average

1161.87

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=IDR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=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&currencies=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.