Skip to content

SCR to IDR exchange rate API

Seychelles Rupee to Rupiah · quoted 2026-09-25

1266.95

▲ +9.81% over 1Y

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 year, SCR/IDR traded between 1102.29 and 1333.23, averaged 1197.19 and rose 9.81%. 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 1Y

SCR/IDR over 1Y: show the values
PointSCR/IDR
2025-09-251153.77
2025-10-021129.11
2025-10-091126.14
2025-10-161134.64
2025-10-231201.03
2025-10-301172.90
2025-11-061171.26
2025-11-131131.03
2025-11-201175.32
2025-11-271128.10
2025-12-041158.91
2025-12-121107.04
2025-12-191218.02
2025-12-261130.30
2026-01-021102.29
2026-01-091333.23
2026-01-161119.46
2026-01-231156.14
2026-01-301170.49
2026-02-061175.57
2026-02-131170.04
2026-02-201116.20
2026-02-271230.02
2026-03-061134.71
2026-03-131131.51
2026-03-201124.42
2026-03-271174.87
2026-04-031186.39
2026-04-101126.31
2026-04-171248.75
2026-04-241254.80
2026-05-011187.88
2026-05-081253.84
2026-05-161294.21
2026-05-241190.24
2026-05-311209.25
2026-06-091294.70
2026-06-161240.45
2026-06-231259.28
2026-06-301238.86
2026-07-071224.75
2026-07-141262.72
2026-07-211260.25
2026-07-281290.81
2026-08-041240.10
2026-08-111261.05
2026-08-181227.42
2026-08-261248.42
2026-09-021225.18
2026-09-091223.15
2026-09-161234.93
2026-09-231224.08

High

1333.23

Low

1102.29

Average

1197.19

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.