Skip to content

SCR to INR exchange rate API

Seychelles Rupee to Indian Rupee · quoted 2026-09-24

6.7822

▲ +12.69% over 1Y

1 SCR = 6.7822 INR · 1 INR = 0.14744 SCR · Get this rate via the API

1 SCR buys 6.7822 INR as of 2026-09-24, so 1 INR buys 0.14744 SCR. Over the last year, SCR/INR traded between 5.9215 and 7.0245, averaged 6.4859 and rose 12.69%. The API holds daily SCR/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/INR over 1Y

SCR/INR over 1Y: show the values
PointSCR/INR
2025-09-246.0183
2025-10-016.0626
2025-10-086.0998
2025-10-156.4668
2025-10-226.1236
2025-10-296.1250
2025-11-055.9215
2025-11-126.2519
2025-11-196.2609
2025-11-266.2743
2025-12-036.2740
2025-12-116.3538
2025-12-186.1672
2025-12-256.2129
2026-01-015.9411
2026-01-086.4661
2026-01-156.3106
2026-01-226.3902
2026-01-296.4514
2026-02-056.1606
2026-02-126.5978
2026-02-196.6728
2026-02-266.5886
2026-03-056.2371
2026-03-126.2286
2026-03-196.1416
2026-03-266.7652
2026-04-026.4005
2026-04-096.5219
2026-04-166.4846
2026-04-236.8718
2026-04-306.8914
2026-05-076.7601
2026-05-157.0169
2026-05-236.9548
2026-05-306.5389
2026-06-067.0245
2026-06-156.6010
2026-06-226.5872
2026-06-296.5102
2026-07-066.6764
2026-07-136.5328
2026-07-206.8849
2026-07-276.8009
2026-08-036.6210
2026-08-106.5615
2026-08-176.7237
2026-08-256.6649
2026-09-016.6947
2026-09-086.6595
2026-09-156.7841
2026-09-226.6359

High

7.0245

Low

5.9215

Average

6.4859

For developers

Get this rate via the API

One GET request returns the SCR/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/INR API questions

How do I get the SCR/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/INR rate in rates.INR.

How far back does SCR/INR historical data go?

Daily SCR/INR 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/INR 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.