Skip to content

HKD to INR exchange rate API

Hong Kong Dollar to Indian Rupee · quoted 2026-09-26

12.2022

▲ +7.02% over 1Y

1 HKD = 12.2022 INR · 1 INR = 0.08195 HKD · Get this rate via the API

1 HKD buys 12.2022 INR as of 2026-09-26, so 1 INR buys 0.08195 HKD. Over the last year, HKD/INR traded between 11.3008 and 12.3133, averaged 11.8539 and rose 7.02%. The API holds daily HKD/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

HKD/INR over 1Y

HKD/INR over 1Y: show the values
PointHKD/INR
2025-09-2611.4017
2025-10-0311.4088
2025-10-1011.3995
2025-10-1711.3286
2025-10-2411.3008
2025-10-3111.4167
2025-11-0711.4025
2025-11-1411.4107
2025-11-2111.5147
2025-11-2811.4964
2025-12-0511.5533
2025-12-1211.6274
2025-12-1911.5279
2025-12-2611.5997
2026-01-0211.5756
2026-01-0911.5723
2026-01-1611.6316
2026-01-2311.7806
2026-01-3011.7746
2026-02-0611.6033
2026-02-1311.5914
2026-02-2011.6371
2026-02-2711.6416
2026-03-0611.7450
2026-03-1311.8027
2026-03-2011.9471
2026-03-2712.1027
2026-04-0311.8294
2026-04-1011.8588
2026-04-1711.8532
2026-04-2412.0297
2026-05-0112.1517
2026-05-0812.0704
2026-05-1512.2543
2026-05-2212.2114
2026-05-2912.1243
2026-06-0512.1206
2026-06-1212.1390
2026-06-1912.0337
2026-06-2612.0381
2026-07-0312.1395
2026-07-1012.1599
2026-07-1712.2809
2026-07-2412.3133
2026-07-3112.1615
2026-08-0712.1368
2026-08-1412.1606
2026-08-2112.2059
2026-08-2812.1673
2026-09-0412.0519
2026-09-1112.1851
2026-09-1812.2216
2026-09-2512.2154

High

12.3133

Low

11.3008

Average

11.8539

For developers

Get this rate via the API

One GET request returns the HKD/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/INR API questions

How do I get the HKD/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/INR rate in rates.INR.

How far back does HKD/INR historical data go?

Daily HKD/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/INR 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.