RSD to IRR exchange rate API
Serbian Dinar to Iranian Rial · quoted 2026-09-26
13307.83
▲ +3076.93% over 1Y
1 RSD = 13307.83 IRR · 1 IRR = 0.000075 RSD · Get this rate via the API
1 RSD buys 13307.83 IRR as of 2026-09-26, so 1 IRR buys 0.000075 RSD. Over the last year, RSD/IRR traded between 414.4622 and 13681.44, averaged 9420.09 and rose 3076.93%. The API holds daily RSD/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RSD/IRR over 1Y: show the values
| Point | RSD/IRR |
|---|---|
| 2025-09-26 | 418.89 |
| 2025-10-03 | 420.63 |
| 2025-10-10 | 415.62 |
| 2025-10-17 | 419.92 |
| 2025-10-24 | 416.34 |
| 2025-10-31 | 415.00 |
| 2025-11-07 | 414.46 |
| 2025-11-14 | 417.83 |
| 2025-11-21 | 415.16 |
| 2025-11-28 | 415.91 |
| 2025-12-05 | 417.68 |
| 2025-12-13 | 419.91 |
| 2025-12-20 | 420.31 |
| 2025-12-27 | 421.49 |
| 2026-01-03 | 420.79 |
| 2026-01-10 | 9911.14 |
| 2026-01-17 | 10520.07 |
| 2026-01-24 | 10827.52 |
| 2026-01-31 | 11453.27 |
| 2026-02-07 | 12145.68 |
| 2026-02-14 | 12920.14 |
| 2026-02-21 | 12888.37 |
| 2026-02-28 | 13224.92 |
| 2026-03-07 | 13081.98 |
| 2026-03-14 | 12859.12 |
| 2026-03-21 | 12935.82 |
| 2026-03-28 | 12898.01 |
| 2026-04-04 | 12930.99 |
| 2026-04-11 | 13143.37 |
| 2026-04-18 | 13297.97 |
| 2026-04-25 | 13148.13 |
| 2026-05-02 | 13137.93 |
| 2026-05-09 | 13184.48 |
| 2026-05-17 | 13053.54 |
| 2026-05-25 | 13062.63 |
| 2026-06-01 | 13417.44 |
| 2026-06-10 | 13534.10 |
| 2026-06-17 | 13603.07 |
| 2026-06-24 | 13315.51 |
| 2026-07-01 | 13371.27 |
| 2026-07-08 | 13370.84 |
| 2026-07-15 | 13399.79 |
| 2026-07-22 | 13362.41 |
| 2026-07-29 | 13344.51 |
| 2026-08-05 | 13510.60 |
| 2026-08-12 | 13516.05 |
| 2026-08-20 | 13681.44 |
| 2026-08-27 | 13649.11 |
| 2026-09-03 | 13589.80 |
| 2026-09-10 | 13632.31 |
| 2026-09-17 | 13439.10 |
| 2026-09-24 | 13324.81 |
High
13681.44
Low
414.4622
Average
9420.09
Get this rate via the API
One GET request returns the RSD/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=RSD¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=IRR").json()Replace YOUR_API_KEY with the key from your dashboard.
RSD/IRR API questions
How do I get the RSD/IRR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/IRR rate in rates.IRR.
How far back does RSD/IRR historical data go?
Daily RSD/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 RSD/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.