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: show the values
| Point | INR/IQD |
|---|---|
| 2025-09-24 | 14.7678 |
| 2025-10-01 | 14.7698 |
| 2025-10-08 | 14.7626 |
| 2025-10-15 | 14.8770 |
| 2025-10-22 | 14.8200 |
| 2025-10-29 | 14.8343 |
| 2025-11-05 | 14.7786 |
| 2025-11-12 | 14.7823 |
| 2025-11-19 | 14.8052 |
| 2025-11-26 | 14.6550 |
| 2025-12-03 | 14.5310 |
| 2025-12-11 | 14.4217 |
| 2025-12-18 | 14.5148 |
| 2025-12-25 | 14.5886 |
| 2026-01-01 | 14.5831 |
| 2026-01-08 | 14.5803 |
| 2026-01-15 | 14.5147 |
| 2026-01-22 | 14.3193 |
| 2026-01-29 | 14.2511 |
| 2026-02-05 | 14.5130 |
| 2026-02-12 | 14.4933 |
| 2026-02-19 | 14.4182 |
| 2026-02-26 | 14.3442 |
| 2026-03-05 | 14.3059 |
| 2026-03-12 | 14.2506 |
| 2026-03-19 | 14.1343 |
| 2026-03-26 | 13.9717 |
| 2026-04-02 | 14.0159 |
| 2026-04-09 | 14.1376 |
| 2026-04-16 | 14.0136 |
| 2026-04-23 | 13.9674 |
| 2026-04-30 | 13.8018 |
| 2026-05-07 | 13.8985 |
| 2026-05-15 | 13.6501 |
| 2026-05-23 | 13.6927 |
| 2026-05-30 | 13.7993 |
| 2026-06-06 | 13.7829 |
| 2026-06-15 | 13.8282 |
| 2026-06-22 | 13.8262 |
| 2026-06-29 | 13.8698 |
| 2026-07-06 | 13.7436 |
| 2026-07-13 | 13.7434 |
| 2026-07-20 | 13.5775 |
| 2026-07-27 | 13.6375 |
| 2026-08-03 | 13.6988 |
| 2026-08-10 | 13.7154 |
| 2026-08-17 | 13.6748 |
| 2026-08-25 | 13.7288 |
| 2026-09-01 | 13.7985 |
| 2026-09-08 | 13.8152 |
| 2026-09-15 | 13.6556 |
| 2026-09-22 | 13.7111 |
High
14.8770
Low
13.5775
Average
14.1704
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.