Skip to content

SCR to IDR exchange rate API

Seychelles Rupee to Rupiah · quoted 2026-09-25

1266.95

▲ +10.76% over YTD

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 year to date, SCR/IDR traded between 1118.88 and 1291.58, averaged 1209.05 and rose 10.76%. 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 YTD

SCR/IDR over YTD: show the values
PointSCR/IDR
2025-12-311143.88
2026-01-071195.98
2026-01-141162.06
2026-01-211193.16
2026-01-281142.39
2026-02-041124.06
2026-02-111123.17
2026-02-181171.81
2026-02-251118.88
2026-03-041228.61
2026-03-111245.43
2026-03-181192.08
2026-03-251159.84
2026-04-011138.52
2026-04-081214.89
2026-04-151215.55
2026-04-221168.43
2026-04-291269.56
2026-05-061253.67
2026-05-141222.11
2026-05-211229.84
2026-05-291250.75
2026-06-051291.58
2026-06-141230.90
2026-06-211215.35
2026-06-281204.94
2026-07-051245.57
2026-07-121223.77
2026-07-191231.44
2026-07-261238.80
2026-08-021225.47
2026-08-091218.25
2026-08-161218.08
2026-08-241218.94
2026-08-311233.78
2026-09-071242.16
2026-09-141245.44
2026-09-211237.03

High

1291.58

Low

1118.88

Average

1209.05

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.