Skip to content

SCR to IRR exchange rate API

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

96860.78

▲ +3297.99% over 1Y

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 last year, SCR/IRR traded between 2773.81 and 101651.06, averaged 63965.07 and rose 3297.99%. 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 1Y

SCR/IRR over 1Y: show the values
PointSCR/IRR
2025-09-242850.53
2025-10-012872.99
2025-10-082890.56
2025-10-153088.99
2025-10-222910.55
2025-10-292917.10
2025-11-052814.23
2025-11-122969.35
2025-11-192975.68
2025-11-262962.83
2025-12-032928.10
2025-12-112960.53
2025-12-182872.79
2025-12-252895.05
2026-01-012773.81
2026-01-083023.25
2026-01-1574537.10
2026-01-2274735.74
2026-01-2976282.78
2026-02-0580459.01
2026-02-123068.09
2026-02-1994238.76
2026-02-2694885.25
2026-03-0589738.60
2026-03-1289005.71
2026-03-1986712.27
2026-03-2694339.65
2026-04-0290463.03
2026-04-0992556.74
2026-04-1691529.46
2026-04-2396348.62
2026-04-3095513.59
2026-05-0794170.88
2026-05-1596146.86
2026-05-2395992.28
2026-05-3093018.15
2026-06-06101651.06
2026-06-1595837.35
2026-06-2295705.46
2026-06-2994692.50
2026-07-0696298.30
2026-07-1393914.05
2026-07-2098149.70
2026-07-2797537.86
2026-08-0395498.60
2026-08-1094721.28
2026-08-1796670.11
2026-08-2596053.02
2026-09-0196938.06
2026-09-0896534.46
2026-09-1597190.21
2026-09-2295446.98

High

101651.06

Low

2773.81

Average

63965.07

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.