Skip to content

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

HKD/IRR over YTD: show the values
PointHKD/IRR
2025-12-315405.53
2026-01-075397.93
2026-01-14133213.76
2026-01-21137348.95
2026-01-28138519.83
2026-02-04147588.35
2026-02-11160012.37
2026-02-18163961.78
2026-02-25165687.62
2026-03-04167633.95
2026-03-11168773.87
2026-03-18167734.96
2026-03-25167876.74
2026-04-01167597.40
2026-04-08168061.86
2026-04-15167993.48
2026-04-22168668.51
2026-04-29167928.59
2026-05-06167950.23
2026-05-14167692.00
2026-05-21168561.77
2026-05-29171315.64
2026-06-05175535.68
2026-06-14175605.38
2026-06-21175350.69
2026-06-28175437.29
2026-07-05175455.57
2026-07-12175382.76
2026-07-19175411.31
2026-07-26175377.76
2026-08-02175399.95
2026-08-09175369.80
2026-08-16175166.73
2026-08-24175489.52
2026-08-31175388.92
2026-09-07175310.54
2026-09-14175289.02
2026-09-21175197.06

High

175605.38

Low

5397.93

Average

159652.43

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=IRR");
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=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&currencies=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.