HKD to TRY exchange rate API
Hong Kong Dollar to Turkish Lira · quoted 2026-09-25
6.2430
▲ +17.09% over 1Y
1 HKD = 6.2430 TRY · 1 TRY = 0.16018 HKD · Get this rate via the API
1 HKD buys 6.2430 TRY as of 2026-09-25, so 1 TRY buys 0.16018 HKD. Over the last year, HKD/TRY traded between 5.3319 and 6.2430, averaged 5.7312 and rose 17.09%. The API holds daily HKD/TRY rates from 2005-01-03 — 21 years of history — so any past day, or a whole series, is one request away.
HKD/TRY over 1Y: show the values
| Point | HKD/TRY |
|---|---|
| 2025-09-25 | 5.3319 |
| 2025-10-02 | 5.3476 |
| 2025-10-09 | 5.3630 |
| 2025-10-16 | 5.3846 |
| 2025-10-23 | 5.4153 |
| 2025-10-30 | 5.4050 |
| 2025-11-06 | 5.4174 |
| 2025-11-13 | 5.4376 |
| 2025-11-20 | 5.4421 |
| 2025-11-27 | 5.4563 |
| 2025-12-04 | 5.4536 |
| 2025-12-11 | 5.4765 |
| 2025-12-18 | 5.4918 |
| 2025-12-25 | 5.5096 |
| 2026-01-01 | 5.5205 |
| 2026-01-08 | 5.5241 |
| 2026-01-15 | 5.5378 |
| 2026-01-22 | 5.5506 |
| 2026-01-29 | 5.5639 |
| 2026-02-05 | 5.5732 |
| 2026-02-12 | 5.5842 |
| 2026-02-19 | 5.6010 |
| 2026-02-26 | 5.6095 |
| 2026-03-05 | 5.6252 |
| 2026-03-12 | 5.6355 |
| 2026-03-19 | 5.6599 |
| 2026-03-26 | 5.6706 |
| 2026-04-02 | 5.6772 |
| 2026-04-09 | 5.6913 |
| 2026-04-16 | 5.7207 |
| 2026-04-23 | 5.7353 |
| 2026-04-30 | 5.7686 |
| 2026-05-07 | 5.7755 |
| 2026-05-14 | 5.8004 |
| 2026-05-21 | 5.8219 |
| 2026-05-28 | 5.8585 |
| 2026-06-04 | 5.8687 |
| 2026-06-11 | 5.8897 |
| 2026-06-18 | 5.9260 |
| 2026-06-25 | 5.9326 |
| 2026-07-02 | 5.9529 |
| 2026-07-09 | 5.9752 |
| 2026-07-16 | 6.0021 |
| 2026-07-23 | 6.0239 |
| 2026-07-30 | 6.0444 |
| 2026-08-06 | 6.0673 |
| 2026-08-13 | 6.0884 |
| 2026-08-20 | 6.1135 |
| 2026-08-27 | 6.1401 |
| 2026-09-03 | 6.1615 |
| 2026-09-10 | 6.1846 |
| 2026-09-17 | 6.2044 |
| 2026-09-24 | 6.2293 |
High
6.2430
Low
5.3319
Average
5.7312
Get this rate via the API
One GET request returns the HKD/TRY 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=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=TRY").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/TRY API questions
How do I get the HKD/TRY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/TRY rate in rates.TRY.
How far back does HKD/TRY historical data go?
Daily HKD/TRY rates are available from 2005-01-03. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HKD/TRY 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.