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: show the values
| Point | HKD/INR |
|---|---|
| 2025-09-26 | 11.4017 |
| 2025-10-03 | 11.4088 |
| 2025-10-10 | 11.3995 |
| 2025-10-17 | 11.3286 |
| 2025-10-24 | 11.3008 |
| 2025-10-31 | 11.4167 |
| 2025-11-07 | 11.4025 |
| 2025-11-14 | 11.4107 |
| 2025-11-21 | 11.5147 |
| 2025-11-28 | 11.4964 |
| 2025-12-05 | 11.5533 |
| 2025-12-12 | 11.6274 |
| 2025-12-19 | 11.5279 |
| 2025-12-26 | 11.5997 |
| 2026-01-02 | 11.5756 |
| 2026-01-09 | 11.5723 |
| 2026-01-16 | 11.6316 |
| 2026-01-23 | 11.7806 |
| 2026-01-30 | 11.7746 |
| 2026-02-06 | 11.6033 |
| 2026-02-13 | 11.5914 |
| 2026-02-20 | 11.6371 |
| 2026-02-27 | 11.6416 |
| 2026-03-06 | 11.7450 |
| 2026-03-13 | 11.8027 |
| 2026-03-20 | 11.9471 |
| 2026-03-27 | 12.1027 |
| 2026-04-03 | 11.8294 |
| 2026-04-10 | 11.8588 |
| 2026-04-17 | 11.8532 |
| 2026-04-24 | 12.0297 |
| 2026-05-01 | 12.1517 |
| 2026-05-08 | 12.0704 |
| 2026-05-15 | 12.2543 |
| 2026-05-22 | 12.2114 |
| 2026-05-29 | 12.1243 |
| 2026-06-05 | 12.1206 |
| 2026-06-12 | 12.1390 |
| 2026-06-19 | 12.0337 |
| 2026-06-26 | 12.0381 |
| 2026-07-03 | 12.1395 |
| 2026-07-10 | 12.1599 |
| 2026-07-17 | 12.2809 |
| 2026-07-24 | 12.3133 |
| 2026-07-31 | 12.1615 |
| 2026-08-07 | 12.1368 |
| 2026-08-14 | 12.1606 |
| 2026-08-21 | 12.2059 |
| 2026-08-28 | 12.1673 |
| 2026-09-04 | 12.0519 |
| 2026-09-11 | 12.1851 |
| 2026-09-18 | 12.2216 |
| 2026-09-25 | 12.2154 |
High
12.3133
Low
11.3008
Average
11.8539
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.