Skip to content

RSD to IQD exchange rate API

Serbian Dinar to Iraqi Dinar · quoted 2026-09-25

12.6815

▼ +3.40% over 1Y

1 RSD = 12.6815 IQD · 1 IQD = 0.07885 RSD · Get this rate via the API

1 RSD buys 12.6815 IQD as of 2026-09-25, so 1 IQD buys 0.07885 RSD. Over the last year, RSD/IQD traded between 12.6815 and 13.2992, averaged 12.9717 and fell 3.40%. The API holds daily RSD/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/IQD over 1Y

RSD/IQD over 1Y: show the values
PointRSD/IQD
2025-09-2513.1272
2025-10-0213.1145
2025-10-0913.0164
2025-10-1613.0510
2025-10-2312.9739
2025-10-3012.9659
2025-11-0612.8598
2025-11-1312.9573
2025-11-2012.8778
2025-11-2712.9618
2025-12-0413.0150
2025-12-1213.0568
2025-12-1913.0901
2025-12-2613.1552
2026-01-0213.1418
2026-01-0913.0402
2026-01-1612.9708
2026-01-2313.0858
2026-01-3013.2992
2026-02-0613.1694
2026-02-1313.2633
2026-02-2013.1370
2026-02-2713.1753
2026-03-0612.9637
2026-03-1312.8939
2026-03-2012.8401
2026-03-2712.8581
2026-04-0312.8509
2026-04-1013.0489
2026-04-1713.1449
2026-04-2413.0295
2026-05-0113.0899
2026-05-0813.1299
2026-05-1612.9783
2026-05-2412.9418
2026-05-3113.0047
2026-06-0912.8790
2026-06-1612.9318
2026-06-2312.7573
2026-06-3012.7138
2026-07-0712.7484
2026-07-1412.7548
2026-07-2112.7546
2026-07-2812.6969
2026-08-0412.8663
2026-08-1112.8995
2026-08-1812.9240
2026-08-2613.0231
2026-09-0212.9409
2026-09-0912.9703
2026-09-1612.8997
2026-09-2312.7754

High

13.2992

Low

12.6815

Average

12.9717

For developers

Get this rate via the API

One GET request returns the RSD/IQD 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=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=IQD");
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=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

RSD/IQD API questions

How do I get the RSD/IQD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/IQD rate in rates.IQD.

How far back does RSD/IQD historical data go?

Daily RSD/IQD 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/IQD 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.