Skip to content

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

RSD/IRR over YTD: show the values
PointRSD/IRR
2025-12-31421.11
2026-01-07419.15
2026-01-1410302.73
2026-01-2110697.84
2026-01-2811036.86
2026-02-0411611.50
2026-02-1112691.24
2026-02-1812937.78
2026-02-2513005.11
2026-03-0412946.19
2026-03-1113074.44
2026-03-1812913.04
2026-03-2512969.71
2026-04-0112928.28
2026-04-0813090.31
2026-04-1513204.96
2026-04-2213210.66
2026-04-2913125.09
2026-05-0613138.06
2026-05-1413106.05
2026-05-2113069.86
2026-05-2913306.87
2026-06-0513608.26
2026-06-1413564.77
2026-06-2113425.93
2026-06-2813345.35
2026-07-0513411.00
2026-07-1213374.31
2026-07-1913403.46
2026-07-2613316.57
2026-08-0213479.67
2026-08-0913552.14
2026-08-1613551.40
2026-08-2413692.67
2026-08-3113577.42
2026-09-0713603.78
2026-09-1413579.23
2026-09-2113442.16

High

13692.67

Low

419.1510

Average

12370.33

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&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=RSD&currencies=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&currencies=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.