Skip to content

HKD to IRR exchange rate API

Hong Kong Dollar to Iranian Rial · quoted 2026-09-24

175351.71

▼ +0.05% over 30D

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 30 days, HKD/IRR traded between 175163.68 and 175443.43, averaged 175314.23 and fell 0.05%. 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 30D

HKD/IRR over 30D: show the values
PointHKD/IRR
2026-08-25175443.43
2026-08-26175417.79
2026-08-27175400.61
2026-08-28175279.40
2026-08-29175393.58
2026-08-30175334.06
2026-08-31175388.92
2026-09-01175344.29
2026-09-02175323.07
2026-09-03175295.22
2026-09-04175338.87
2026-09-05175402.97
2026-09-06175359.01
2026-09-07175310.54
2026-09-08175302.27
2026-09-09175280.02
2026-09-10175292.50
2026-09-11175305.21
2026-09-12175348.14
2026-09-13175346.47
2026-09-14175289.02
2026-09-15175248.61
2026-09-16175217.45
2026-09-17175163.68
2026-09-18175221.21
2026-09-19175228.87
2026-09-20175219.26
2026-09-21175197.06
2026-09-22175304.58
2026-09-23175355.58
2026-09-24175351.88

High

175443.43

Low

175163.68

Average

175314.23

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.