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: show the values
| Point | HKD/IQD |
|---|---|
| 2025-09-26 | 168.5485 |
| 2025-10-03 | 168.3417 |
| 2025-10-10 | 168.8291 |
| 2025-10-17 | 168.4693 |
| 2025-10-24 | 168.8017 |
| 2025-10-31 | 168.5119 |
| 2025-11-07 | 168.3966 |
| 2025-11-14 | 168.5964 |
| 2025-11-21 | 168.3314 |
| 2025-11-28 | 168.3199 |
| 2025-12-05 | 168.3091 |
| 2025-12-13 | 168.3495 |
| 2025-12-20 | 168.4131 |
| 2025-12-27 | 168.6126 |
| 2026-01-03 | 168.2051 |
| 2026-01-10 | 168.1025 |
| 2026-01-17 | 168.0468 |
| 2026-01-24 | 168.0486 |
| 2026-01-31 | 167.8090 |
| 2026-02-07 | 167.7444 |
| 2026-02-14 | 167.6643 |
| 2026-02-21 | 167.8099 |
| 2026-02-28 | 167.4967 |
| 2026-03-07 | 167.5275 |
| 2026-03-14 | 167.3768 |
| 2026-03-21 | 167.3051 |
| 2026-03-28 | 167.3897 |
| 2026-04-04 | 167.1785 |
| 2026-04-11 | 167.2614 |
| 2026-04-18 | 167.1121 |
| 2026-04-25 | 166.9115 |
| 2026-05-02 | 167.1974 |
| 2026-05-09 | 167.2678 |
| 2026-05-17 | 167.3123 |
| 2026-05-25 | 166.6385 |
| 2026-06-01 | 167.1905 |
| 2026-06-10 | 167.1848 |
| 2026-06-17 | 167.2161 |
| 2026-06-24 | 167.4911 |
| 2026-07-01 | 166.9250 |
| 2026-07-08 | 167.5100 |
| 2026-07-15 | 166.5094 |
| 2026-07-22 | 167.2990 |
| 2026-07-29 | 167.0724 |
| 2026-08-05 | 167.0982 |
| 2026-08-12 | 166.9516 |
| 2026-08-20 | 166.0464 |
| 2026-08-27 | 167.2358 |
| 2026-09-03 | 166.8628 |
| 2026-09-10 | 167.0688 |
| 2026-09-17 | 167.9522 |
| 2026-09-24 | 167.6634 |
High
168.8291
Low
166.0464
Average
167.6324
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.