Skip to content

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

HKD/IRR over 6M: show the values
PointHKD/IRR
2026-03-28167804.94
2026-04-04167891.42
2026-04-11168043.48
2026-04-18168579.10
2026-04-25168082.24
2026-05-02167707.91
2026-05-09167459.37
2026-05-17168316.12
2026-05-25168705.58
2026-06-01172403.30
2026-06-10175527.11
2026-06-17175477.18
2026-06-24175414.82
2026-07-01175424.79
2026-07-08175333.59
2026-07-15175340.02
2026-07-22175372.34
2026-07-29175297.77
2026-08-05175213.33
2026-08-12175217.03
2026-08-20175219.65
2026-08-27175400.61
2026-09-03175295.22
2026-09-10175292.50
2026-09-17175163.68
2026-09-24175351.88

High

175527.11

Low

167459.37

Average

172803.21

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.