HKD to IRR exchange rate API
Hong Kong Dollar to Iranian Rial · quoted 2026-09-24
175351.71
▲ +3145.56% over 1Y
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 year, HKD/IRR traded between 5382.83 and 175550.83, averaged 116217.62 and rose 3145.56%. 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 1Y: show the values
| Point | HKD/IRR |
|---|---|
| 2025-09-24 | 5402.81 |
| 2025-10-01 | 5403.08 |
| 2025-10-08 | 5404.61 |
| 2025-10-15 | 5411.17 |
| 2025-10-22 | 5407.57 |
| 2025-10-29 | 5407.49 |
| 2025-11-05 | 5417.65 |
| 2025-11-12 | 5415.27 |
| 2025-11-19 | 5401.88 |
| 2025-11-26 | 5415.70 |
| 2025-12-03 | 5406.04 |
| 2025-12-11 | 5408.17 |
| 2025-12-18 | 5403.40 |
| 2025-12-25 | 5382.83 |
| 2026-01-01 | 5391.46 |
| 2026-01-08 | 5395.37 |
| 2026-01-15 | 136754.58 |
| 2026-01-22 | 137367.41 |
| 2026-01-29 | 139255.40 |
| 2026-02-05 | 150970.66 |
| 2026-02-12 | 5389.13 |
| 2026-02-19 | 164810.84 |
| 2026-02-26 | 167396.00 |
| 2026-03-05 | 168604.04 |
| 2026-03-12 | 168344.71 |
| 2026-03-19 | 168130.01 |
| 2026-03-26 | 167750.63 |
| 2026-04-02 | 167900.34 |
| 2026-04-09 | 167838.43 |
| 2026-04-16 | 168193.35 |
| 2026-04-23 | 168452.38 |
| 2026-04-30 | 167942.87 |
| 2026-05-07 | 167650.31 |
| 2026-05-15 | 167911.09 |
| 2026-05-23 | 168575.85 |
| 2026-05-30 | 172394.02 |
| 2026-06-06 | 175550.83 |
| 2026-06-15 | 175532.65 |
| 2026-06-22 | 175481.94 |
| 2026-06-29 | 175355.73 |
| 2026-07-06 | 175453.35 |
| 2026-07-13 | 175366.37 |
| 2026-07-20 | 175356.20 |
| 2026-07-27 | 175421.41 |
| 2026-08-03 | 175339.46 |
| 2026-08-10 | 175363.63 |
| 2026-08-17 | 175210.59 |
| 2026-08-25 | 175443.43 |
| 2026-09-01 | 175344.29 |
| 2026-09-08 | 175302.27 |
| 2026-09-15 | 175248.61 |
| 2026-09-22 | 175304.58 |
High
175550.83
Low
5382.83
Average
116217.62
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.