Skip to content

SCR to IDR exchange rate API

Seychelles Rupee to Rupiah · quoted 2026-09-25

1255.31

▲ +10.64% over 6M

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 6 months, SCR/IDR traded between 1127.41 and 1359.25, averaged 1236.60 and rose 10.64%. 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

SCR/IDR over 6M: show the values
PointSCR/IDR
2026-03-291134.55
2026-04-051147.17
2026-04-121127.41
2026-04-191142.54
2026-04-261167.54
2026-05-031262.79
2026-05-101170.11
2026-05-181301.28
2026-05-261251.31
2026-06-021273.55
2026-06-111277.24
2026-06-181221.34
2026-06-251230.73
2026-07-021359.25
2026-07-091240.73
2026-07-161279.27
2026-07-231270.84
2026-07-301252.83
2026-08-061260.21
2026-08-131258.34
2026-08-211257.54
2026-08-281264.03
2026-09-041232.73
2026-09-111228.32
2026-09-181284.76

High

1359.25

Low

1127.41

Average

1236.60

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.