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: show the values
| Point | RSD/IQD |
|---|---|
| 2025-09-25 | 13.1272 |
| 2025-10-02 | 13.1145 |
| 2025-10-09 | 13.0164 |
| 2025-10-16 | 13.0510 |
| 2025-10-23 | 12.9739 |
| 2025-10-30 | 12.9659 |
| 2025-11-06 | 12.8598 |
| 2025-11-13 | 12.9573 |
| 2025-11-20 | 12.8778 |
| 2025-11-27 | 12.9618 |
| 2025-12-04 | 13.0150 |
| 2025-12-12 | 13.0568 |
| 2025-12-19 | 13.0901 |
| 2025-12-26 | 13.1552 |
| 2026-01-02 | 13.1418 |
| 2026-01-09 | 13.0402 |
| 2026-01-16 | 12.9708 |
| 2026-01-23 | 13.0858 |
| 2026-01-30 | 13.2992 |
| 2026-02-06 | 13.1694 |
| 2026-02-13 | 13.2633 |
| 2026-02-20 | 13.1370 |
| 2026-02-27 | 13.1753 |
| 2026-03-06 | 12.9637 |
| 2026-03-13 | 12.8939 |
| 2026-03-20 | 12.8401 |
| 2026-03-27 | 12.8581 |
| 2026-04-03 | 12.8509 |
| 2026-04-10 | 13.0489 |
| 2026-04-17 | 13.1449 |
| 2026-04-24 | 13.0295 |
| 2026-05-01 | 13.0899 |
| 2026-05-08 | 13.1299 |
| 2026-05-16 | 12.9783 |
| 2026-05-24 | 12.9418 |
| 2026-05-31 | 13.0047 |
| 2026-06-09 | 12.8790 |
| 2026-06-16 | 12.9318 |
| 2026-06-23 | 12.7573 |
| 2026-06-30 | 12.7138 |
| 2026-07-07 | 12.7484 |
| 2026-07-14 | 12.7548 |
| 2026-07-21 | 12.7546 |
| 2026-07-28 | 12.6969 |
| 2026-08-04 | 12.8663 |
| 2026-08-11 | 12.8995 |
| 2026-08-18 | 12.9240 |
| 2026-08-26 | 13.0231 |
| 2026-09-02 | 12.9409 |
| 2026-09-09 | 12.9703 |
| 2026-09-16 | 12.8997 |
| 2026-09-23 | 12.7754 |
High
13.2992
Low
12.6815
Average
12.9717
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.