Skip to content

SCR to IRR exchange rate API

Seychelles Rupee to Iranian Rial · quoted 2026-09-24

96860.78

▲ +3263.88% over YTD

1 SCR = 96860.78 IRR · 1 IRR = 0.000010 SCR · Get this rate via the API

1 SCR buys 96860.78 IRR as of 2026-09-24, so 1 IRR buys 0.000010 SCR. Over the year to date, SCR/IRR traded between 2879.44 and 98284.71, averaged 86815.92 and rose 3263.88%. The API holds daily SCR/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/IRR over YTD

SCR/IRR over YTD: show the values
PointSCR/IRR
2025-12-312879.44
2026-01-072997.77
2026-01-1471539.29
2026-01-2175561.72
2026-01-2873738.22
2026-02-0477168.65
2026-02-1183542.72
2026-02-1888923.17
2026-02-2586224.97
2026-03-0495524.70
2026-03-1197357.03
2026-03-1892220.63
2026-03-2590307.98
2026-04-0188415.70
2026-04-0894200.56
2026-04-1593261.13
2026-04-2289741.66
2026-04-2996303.91
2026-05-0695210.57
2026-05-1491914.43
2026-05-2191876.58
2026-05-2994237.92
2026-06-0598284.71
2026-06-1494508.00
2026-06-2193626.37
2026-06-2892384.16
2026-07-0595207.55
2026-07-1292956.57
2026-07-1994209.22
2026-07-2694832.66
2026-08-0293323.88
2026-08-0993508.12
2026-08-1693703.48
2026-08-2494638.84
2026-08-3195767.92
2026-09-0796748.08
2026-09-1496961.13
2026-09-2195150.70

High

98284.71

Low

2879.44

Average

86815.92

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/IRR API questions

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

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

How far back does SCR/IRR historical data go?

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