Skip to content

INR to IQD exchange rate API

Indian Rupee to Iraqi Dinar · quoted 2026-09-24

13.6586

▼ +7.51% over 1Y

1 INR = 13.6586 IQD · 1 IQD = 0.07321 INR · Get this rate via the API

1 INR buys 13.6586 IQD as of 2026-09-24, so 1 IQD buys 0.07321 INR. Over the last year, INR/IQD traded between 13.5775 and 14.8770, averaged 14.1704 and fell 7.51%. The API holds daily INR/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/IQD over 1Y

INR/IQD over 1Y: show the values
PointINR/IQD
2025-09-2414.7678
2025-10-0114.7698
2025-10-0814.7626
2025-10-1514.8770
2025-10-2214.8200
2025-10-2914.8343
2025-11-0514.7786
2025-11-1214.7823
2025-11-1914.8052
2025-11-2614.6550
2025-12-0314.5310
2025-12-1114.4217
2025-12-1814.5148
2025-12-2514.5886
2026-01-0114.5831
2026-01-0814.5803
2026-01-1514.5147
2026-01-2214.3193
2026-01-2914.2511
2026-02-0514.5130
2026-02-1214.4933
2026-02-1914.4182
2026-02-2614.3442
2026-03-0514.3059
2026-03-1214.2506
2026-03-1914.1343
2026-03-2613.9717
2026-04-0214.0159
2026-04-0914.1376
2026-04-1614.0136
2026-04-2313.9674
2026-04-3013.8018
2026-05-0713.8985
2026-05-1513.6501
2026-05-2313.6927
2026-05-3013.7993
2026-06-0613.7829
2026-06-1513.8282
2026-06-2213.8262
2026-06-2913.8698
2026-07-0613.7436
2026-07-1313.7434
2026-07-2013.5775
2026-07-2713.6375
2026-08-0313.6988
2026-08-1013.7154
2026-08-1713.6748
2026-08-2513.7288
2026-09-0113.7985
2026-09-0813.8152
2026-09-1513.6556
2026-09-2213.7111

High

14.8770

Low

13.5775

Average

14.1704

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/IQD API questions

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

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

How far back does INR/IQD historical data go?

Daily INR/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 INR/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.