RSD to IRR exchange rate API
Serbian Dinar to Iranian Rial · quoted 2026-09-26
13307.83
▲ +3060.18% over YTD
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 year to date, RSD/IRR traded between 419.1510 and 13692.67, averaged 12370.33 and rose 3060.18%. 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 YTD: show the values
| Point | RSD/IRR |
|---|---|
| 2025-12-31 | 421.11 |
| 2026-01-07 | 419.15 |
| 2026-01-14 | 10302.73 |
| 2026-01-21 | 10697.84 |
| 2026-01-28 | 11036.86 |
| 2026-02-04 | 11611.50 |
| 2026-02-11 | 12691.24 |
| 2026-02-18 | 12937.78 |
| 2026-02-25 | 13005.11 |
| 2026-03-04 | 12946.19 |
| 2026-03-11 | 13074.44 |
| 2026-03-18 | 12913.04 |
| 2026-03-25 | 12969.71 |
| 2026-04-01 | 12928.28 |
| 2026-04-08 | 13090.31 |
| 2026-04-15 | 13204.96 |
| 2026-04-22 | 13210.66 |
| 2026-04-29 | 13125.09 |
| 2026-05-06 | 13138.06 |
| 2026-05-14 | 13106.05 |
| 2026-05-21 | 13069.86 |
| 2026-05-29 | 13306.87 |
| 2026-06-05 | 13608.26 |
| 2026-06-14 | 13564.77 |
| 2026-06-21 | 13425.93 |
| 2026-06-28 | 13345.35 |
| 2026-07-05 | 13411.00 |
| 2026-07-12 | 13374.31 |
| 2026-07-19 | 13403.46 |
| 2026-07-26 | 13316.57 |
| 2026-08-02 | 13479.67 |
| 2026-08-09 | 13552.14 |
| 2026-08-16 | 13551.40 |
| 2026-08-24 | 13692.67 |
| 2026-08-31 | 13577.42 |
| 2026-09-07 | 13603.78 |
| 2026-09-14 | 13579.23 |
| 2026-09-21 | 13442.16 |
High
13692.67
Low
419.1510
Average
12370.33
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.