Skip to content

HKD to IQD exchange rate API

Hong Kong Dollar to Iraqi Dinar · quoted 2026-09-26

167.0037

▼ +0.92% over 1Y

1 HKD = 167.0037 IQD · 1 IQD = 0.005988 HKD · Get this rate via the API

1 HKD buys 167.0037 IQD as of 2026-09-26, so 1 IQD buys 0.005988 HKD. Over the last year, HKD/IQD traded between 166.0464 and 168.8291, averaged 167.6324 and fell 0.92%. The API holds daily HKD/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/IQD over 1Y

HKD/IQD over 1Y: show the values
PointHKD/IQD
2025-09-26168.5485
2025-10-03168.3417
2025-10-10168.8291
2025-10-17168.4693
2025-10-24168.8017
2025-10-31168.5119
2025-11-07168.3966
2025-11-14168.5964
2025-11-21168.3314
2025-11-28168.3199
2025-12-05168.3091
2025-12-13168.3495
2025-12-20168.4131
2025-12-27168.6126
2026-01-03168.2051
2026-01-10168.1025
2026-01-17168.0468
2026-01-24168.0486
2026-01-31167.8090
2026-02-07167.7444
2026-02-14167.6643
2026-02-21167.8099
2026-02-28167.4967
2026-03-07167.5275
2026-03-14167.3768
2026-03-21167.3051
2026-03-28167.3897
2026-04-04167.1785
2026-04-11167.2614
2026-04-18167.1121
2026-04-25166.9115
2026-05-02167.1974
2026-05-09167.2678
2026-05-17167.3123
2026-05-25166.6385
2026-06-01167.1905
2026-06-10167.1848
2026-06-17167.2161
2026-06-24167.4911
2026-07-01166.9250
2026-07-08167.5100
2026-07-15166.5094
2026-07-22167.2990
2026-07-29167.0724
2026-08-05167.0982
2026-08-12166.9516
2026-08-20166.0464
2026-08-27167.2358
2026-09-03166.8628
2026-09-10167.0688
2026-09-17167.9522
2026-09-24167.6634

High

168.8291

Low

166.0464

Average

167.6324

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/IQD API questions

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

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

How far back does HKD/IQD historical data go?

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