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: show the values
| Point | SCR/IRR |
|---|---|
| 2025-12-31 | 2879.44 |
| 2026-01-07 | 2997.77 |
| 2026-01-14 | 71539.29 |
| 2026-01-21 | 75561.72 |
| 2026-01-28 | 73738.22 |
| 2026-02-04 | 77168.65 |
| 2026-02-11 | 83542.72 |
| 2026-02-18 | 88923.17 |
| 2026-02-25 | 86224.97 |
| 2026-03-04 | 95524.70 |
| 2026-03-11 | 97357.03 |
| 2026-03-18 | 92220.63 |
| 2026-03-25 | 90307.98 |
| 2026-04-01 | 88415.70 |
| 2026-04-08 | 94200.56 |
| 2026-04-15 | 93261.13 |
| 2026-04-22 | 89741.66 |
| 2026-04-29 | 96303.91 |
| 2026-05-06 | 95210.57 |
| 2026-05-14 | 91914.43 |
| 2026-05-21 | 91876.58 |
| 2026-05-29 | 94237.92 |
| 2026-06-05 | 98284.71 |
| 2026-06-14 | 94508.00 |
| 2026-06-21 | 93626.37 |
| 2026-06-28 | 92384.16 |
| 2026-07-05 | 95207.55 |
| 2026-07-12 | 92956.57 |
| 2026-07-19 | 94209.22 |
| 2026-07-26 | 94832.66 |
| 2026-08-02 | 93323.88 |
| 2026-08-09 | 93508.12 |
| 2026-08-16 | 93703.48 |
| 2026-08-24 | 94638.84 |
| 2026-08-31 | 95767.92 |
| 2026-09-07 | 96748.08 |
| 2026-09-14 | 96961.13 |
| 2026-09-21 | 95150.70 |
High
98284.71
Low
2879.44
Average
86815.92
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.