Skip to content

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

HKD/IRR over 1Y: show the values
PointHKD/IRR
2025-09-245402.81
2025-10-015403.08
2025-10-085404.61
2025-10-155411.17
2025-10-225407.57
2025-10-295407.49
2025-11-055417.65
2025-11-125415.27
2025-11-195401.88
2025-11-265415.70
2025-12-035406.04
2025-12-115408.17
2025-12-185403.40
2025-12-255382.83
2026-01-015391.46
2026-01-085395.37
2026-01-15136754.58
2026-01-22137367.41
2026-01-29139255.40
2026-02-05150970.66
2026-02-125389.13
2026-02-19164810.84
2026-02-26167396.00
2026-03-05168604.04
2026-03-12168344.71
2026-03-19168130.01
2026-03-26167750.63
2026-04-02167900.34
2026-04-09167838.43
2026-04-16168193.35
2026-04-23168452.38
2026-04-30167942.87
2026-05-07167650.31
2026-05-15167911.09
2026-05-23168575.85
2026-05-30172394.02
2026-06-06175550.83
2026-06-15175532.65
2026-06-22175481.94
2026-06-29175355.73
2026-07-06175453.35
2026-07-13175366.37
2026-07-20175356.20
2026-07-27175421.41
2026-08-03175339.46
2026-08-10175363.63
2026-08-17175210.59
2026-08-25175443.43
2026-09-01175344.29
2026-09-08175302.27
2026-09-15175248.61
2026-09-22175304.58

High

175550.83

Low

5382.83

Average

116217.62

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.