HKD to IRR exchange rate API
Hong Kong Dollar to Iranian Rial · quoted 2026-09-24
175351.71
▲ +3143.93% over YTD
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 year to date, HKD/IRR traded between 5397.93 and 175605.38, averaged 159652.43 and rose 3143.93%. 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 YTD: show the values
| Point | HKD/IRR |
|---|---|
| 2025-12-31 | 5405.53 |
| 2026-01-07 | 5397.93 |
| 2026-01-14 | 133213.76 |
| 2026-01-21 | 137348.95 |
| 2026-01-28 | 138519.83 |
| 2026-02-04 | 147588.35 |
| 2026-02-11 | 160012.37 |
| 2026-02-18 | 163961.78 |
| 2026-02-25 | 165687.62 |
| 2026-03-04 | 167633.95 |
| 2026-03-11 | 168773.87 |
| 2026-03-18 | 167734.96 |
| 2026-03-25 | 167876.74 |
| 2026-04-01 | 167597.40 |
| 2026-04-08 | 168061.86 |
| 2026-04-15 | 167993.48 |
| 2026-04-22 | 168668.51 |
| 2026-04-29 | 167928.59 |
| 2026-05-06 | 167950.23 |
| 2026-05-14 | 167692.00 |
| 2026-05-21 | 168561.77 |
| 2026-05-29 | 171315.64 |
| 2026-06-05 | 175535.68 |
| 2026-06-14 | 175605.38 |
| 2026-06-21 | 175350.69 |
| 2026-06-28 | 175437.29 |
| 2026-07-05 | 175455.57 |
| 2026-07-12 | 175382.76 |
| 2026-07-19 | 175411.31 |
| 2026-07-26 | 175377.76 |
| 2026-08-02 | 175399.95 |
| 2026-08-09 | 175369.80 |
| 2026-08-16 | 175166.73 |
| 2026-08-24 | 175489.52 |
| 2026-08-31 | 175388.92 |
| 2026-09-07 | 175310.54 |
| 2026-09-14 | 175289.02 |
| 2026-09-21 | 175197.06 |
High
175605.38
Low
5397.93
Average
159652.43
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.