HKD to IRR exchange rate API
Hong Kong Dollar to Iranian Rial · quoted 2026-09-24
175351.71
▲ +4.50% over 6M
1 HKD = 175351.71 IRR · 1 IRR = 0.000006 HKD · Get this rate via the API
1 HKD buys 175351.71 IRR as of 2026-09-24, so 1 IRR buys 0.000006 HKD. Over the last 6 months, HKD/IRR traded between 167459.37 and 175527.11, averaged 172803.21 and rose 4.50%. The API holds daily HKD/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/IRR over 6M: show the values
| Point | HKD/IRR |
|---|---|
| 2026-03-28 | 167804.94 |
| 2026-04-04 | 167891.42 |
| 2026-04-11 | 168043.48 |
| 2026-04-18 | 168579.10 |
| 2026-04-25 | 168082.24 |
| 2026-05-02 | 167707.91 |
| 2026-05-09 | 167459.37 |
| 2026-05-17 | 168316.12 |
| 2026-05-25 | 168705.58 |
| 2026-06-01 | 172403.30 |
| 2026-06-10 | 175527.11 |
| 2026-06-17 | 175477.18 |
| 2026-06-24 | 175414.82 |
| 2026-07-01 | 175424.79 |
| 2026-07-08 | 175333.59 |
| 2026-07-15 | 175340.02 |
| 2026-07-22 | 175372.34 |
| 2026-07-29 | 175297.77 |
| 2026-08-05 | 175213.33 |
| 2026-08-12 | 175217.03 |
| 2026-08-20 | 175219.65 |
| 2026-08-27 | 175400.61 |
| 2026-09-03 | 175295.22 |
| 2026-09-10 | 175292.50 |
| 2026-09-17 | 175163.68 |
| 2026-09-24 | 175351.88 |
High
175527.11
Low
167459.37
Average
172803.21
Get this rate via the API
One GET request returns the HKD/IRR 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=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=IRR").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/IRR API questions
How do I get the HKD/IRR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/IRR rate in rates.IRR.
How far back does HKD/IRR historical data go?
Daily HKD/IRR 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/IRR 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.