Skip to content

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

RUB/IQD over 1Y: show the values
PointRUB/IQD
2025-09-2615.6198
2025-10-0315.9631
2025-10-1016.1837
2025-10-1716.2860
2025-10-2416.1383
2025-10-3116.3857
2025-11-0716.1188
2025-11-1416.2356
2025-11-2116.3685
2025-11-2816.8066
2025-12-0516.9972
2025-12-1316.4410
2025-12-2016.2398
2025-12-2716.6464
2026-01-0316.2919
2026-01-1016.5307
2026-01-1716.8428
2026-01-2417.2969
2026-01-3117.1814
2026-02-0717.0682
2026-02-1417.1818
2026-02-2117.1034
2026-02-2816.9993
2026-03-0716.5316
2026-03-1416.3741
2026-03-2115.8230
2026-03-2816.0895
2026-04-0416.3120
2026-04-1116.9899
2026-04-1817.1845
2026-04-2517.3946
2026-05-0217.4731
2026-05-0917.6455
2026-05-1717.9807
2026-05-2518.3062
2026-06-0118.3917
2026-06-1018.1977
2026-06-1718.0728
2026-06-2417.6237
2026-07-0116.6372
2026-07-0817.1718
2026-07-1516.8503
2026-07-2216.7543
2026-07-2916.6421
2026-08-0516.2652
2026-08-1215.8870
2026-08-2015.5070
2026-08-2715.3651
2026-09-0314.9883
2026-09-1015.4127
2026-09-1715.6433
2026-09-2415.4989

High

18.3917

Low

14.9883

Average

16.6314

For developers

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