Skip to content

IQD to INR exchange rate API

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

0.07322

▲ +8.14% over 1Y

1 IQD = 0.07322 INR · 1 INR = 13.6567 IQD · Get this rate via the API

1 IQD buys 0.07322 INR as of 2026-09-24, so 1 INR buys 13.6567 IQD. Over the last year, IQD/INR traded between 0.06722 and 0.07365, averaged 0.07063 and rose 8.14%. The API holds daily IQD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

IQD/INR over 1Y

IQD/INR over 1Y: show the values
PointIQD/INR
2025-09-240.06771
2025-10-010.06771
2025-10-080.06774
2025-10-150.06722
2025-10-220.06748
2025-10-290.06741
2025-11-050.06767
2025-11-120.06765
2025-11-190.06754
2025-11-260.06824
2025-12-030.06882
2025-12-110.06934
2025-12-180.06889
2025-12-250.06855
2026-01-010.06857
2026-01-080.06858
2026-01-150.06889
2026-01-220.06983
2026-01-290.07017
2026-02-050.06890
2026-02-120.06900
2026-02-190.06936
2026-02-260.06971
2026-03-050.06990
2026-03-120.07017
2026-03-190.07075
2026-03-260.07157
2026-04-020.07135
2026-04-090.07073
2026-04-160.07136
2026-04-230.07160
2026-04-300.07245
2026-05-070.07195
2026-05-150.07326
2026-05-230.07303
2026-05-300.07247
2026-06-060.07255
2026-06-150.07232
2026-06-220.07233
2026-06-290.07210
2026-07-060.07276
2026-07-130.07276
2026-07-200.07365
2026-07-270.07333
2026-08-030.07300
2026-08-100.07291
2026-08-170.07313
2026-08-250.07284
2026-09-010.07247
2026-09-080.07238
2026-09-150.07323
2026-09-220.07293

High

0.07365

Low

0.06722

Average

0.07063

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IQD&currencies=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

IQD/INR API questions

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

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

How far back does IQD/INR historical data go?

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