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: show the values
| Point | SCR/IRR |
|---|---|
| 2025-09-24 | 2850.53 |
| 2025-10-01 | 2872.99 |
| 2025-10-08 | 2890.56 |
| 2025-10-15 | 3088.99 |
| 2025-10-22 | 2910.55 |
| 2025-10-29 | 2917.10 |
| 2025-11-05 | 2814.23 |
| 2025-11-12 | 2969.35 |
| 2025-11-19 | 2975.68 |
| 2025-11-26 | 2962.83 |
| 2025-12-03 | 2928.10 |
| 2025-12-11 | 2960.53 |
| 2025-12-18 | 2872.79 |
| 2025-12-25 | 2895.05 |
| 2026-01-01 | 2773.81 |
| 2026-01-08 | 3023.25 |
| 2026-01-15 | 74537.10 |
| 2026-01-22 | 74735.74 |
| 2026-01-29 | 76282.78 |
| 2026-02-05 | 80459.01 |
| 2026-02-12 | 3068.09 |
| 2026-02-19 | 94238.76 |
| 2026-02-26 | 94885.25 |
| 2026-03-05 | 89738.60 |
| 2026-03-12 | 89005.71 |
| 2026-03-19 | 86712.27 |
| 2026-03-26 | 94339.65 |
| 2026-04-02 | 90463.03 |
| 2026-04-09 | 92556.74 |
| 2026-04-16 | 91529.46 |
| 2026-04-23 | 96348.62 |
| 2026-04-30 | 95513.59 |
| 2026-05-07 | 94170.88 |
| 2026-05-15 | 96146.86 |
| 2026-05-23 | 95992.28 |
| 2026-05-30 | 93018.15 |
| 2026-06-06 | 101651.06 |
| 2026-06-15 | 95837.35 |
| 2026-06-22 | 95705.46 |
| 2026-06-29 | 94692.50 |
| 2026-07-06 | 96298.30 |
| 2026-07-13 | 93914.05 |
| 2026-07-20 | 98149.70 |
| 2026-07-27 | 97537.86 |
| 2026-08-03 | 95498.60 |
| 2026-08-10 | 94721.28 |
| 2026-08-17 | 96670.11 |
| 2026-08-25 | 96053.02 |
| 2026-09-01 | 96938.06 |
| 2026-09-08 | 96534.46 |
| 2026-09-15 | 97190.21 |
| 2026-09-22 | 95446.98 |
High
101651.06
Low
2773.81
Average
63965.07
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.