RUB to IQD exchange rate API
Russian Ruble to Iraqi Dinar · quoted 2026-09-26
15.5244
▼ +0.61% over 1Y
1 RUB = 15.5244 IQD · 1 IQD = 0.06441 RUB · Get this rate via the API
1 RUB buys 15.5244 IQD as of 2026-09-26, so 1 IQD buys 0.06441 RUB. Over the last year, RUB/IQD traded between 14.9883 and 18.3917, averaged 16.6314 and fell 0.61%. The API holds daily RUB/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/IQD over 1Y: show the values
| Point | RUB/IQD |
|---|---|
| 2025-09-26 | 15.6198 |
| 2025-10-03 | 15.9631 |
| 2025-10-10 | 16.1837 |
| 2025-10-17 | 16.2860 |
| 2025-10-24 | 16.1383 |
| 2025-10-31 | 16.3857 |
| 2025-11-07 | 16.1188 |
| 2025-11-14 | 16.2356 |
| 2025-11-21 | 16.3685 |
| 2025-11-28 | 16.8066 |
| 2025-12-05 | 16.9972 |
| 2025-12-13 | 16.4410 |
| 2025-12-20 | 16.2398 |
| 2025-12-27 | 16.6464 |
| 2026-01-03 | 16.2919 |
| 2026-01-10 | 16.5307 |
| 2026-01-17 | 16.8428 |
| 2026-01-24 | 17.2969 |
| 2026-01-31 | 17.1814 |
| 2026-02-07 | 17.0682 |
| 2026-02-14 | 17.1818 |
| 2026-02-21 | 17.1034 |
| 2026-02-28 | 16.9993 |
| 2026-03-07 | 16.5316 |
| 2026-03-14 | 16.3741 |
| 2026-03-21 | 15.8230 |
| 2026-03-28 | 16.0895 |
| 2026-04-04 | 16.3120 |
| 2026-04-11 | 16.9899 |
| 2026-04-18 | 17.1845 |
| 2026-04-25 | 17.3946 |
| 2026-05-02 | 17.4731 |
| 2026-05-09 | 17.6455 |
| 2026-05-17 | 17.9807 |
| 2026-05-25 | 18.3062 |
| 2026-06-01 | 18.3917 |
| 2026-06-10 | 18.1977 |
| 2026-06-17 | 18.0728 |
| 2026-06-24 | 17.6237 |
| 2026-07-01 | 16.6372 |
| 2026-07-08 | 17.1718 |
| 2026-07-15 | 16.8503 |
| 2026-07-22 | 16.7543 |
| 2026-07-29 | 16.6421 |
| 2026-08-05 | 16.2652 |
| 2026-08-12 | 15.8870 |
| 2026-08-20 | 15.5070 |
| 2026-08-27 | 15.3651 |
| 2026-09-03 | 14.9883 |
| 2026-09-10 | 15.4127 |
| 2026-09-17 | 15.6433 |
| 2026-09-24 | 15.4989 |
High
18.3917
Low
14.9883
Average
16.6314
Get this rate via the API
One GET request returns the RUB/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=RUB¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/IQD API questions
How do I get the RUB/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/IQD rate in rates.IQD.
How far back does RUB/IQD historical data go?
Daily RUB/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 RUB/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.