TRY to HKD exchange rate API
Turkish Lira to Hong Kong Dollar · quoted 2026-09-25
0.16018
▼ +14.60% over 1Y
1 TRY = 0.16018 HKD · 1 HKD = 6.2431 TRY · Get this rate via the API
1 TRY buys 0.16018 HKD as of 2026-09-25, so 1 HKD buys 6.2431 TRY. Over the last year, TRY/HKD traded between 0.16018 and 0.18755, averaged 0.17486 and fell 14.60%. The API holds daily TRY/HKD rates from 2005-01-03 — 21 years of history — so any past day, or a whole series, is one request away.
TRY/HKD over 1Y: show the values
| Point | TRY/HKD |
|---|---|
| 2025-09-25 | 0.18755 |
| 2025-10-02 | 0.18700 |
| 2025-10-09 | 0.18646 |
| 2025-10-16 | 0.18571 |
| 2025-10-23 | 0.18466 |
| 2025-10-30 | 0.18501 |
| 2025-11-06 | 0.18459 |
| 2025-11-13 | 0.18390 |
| 2025-11-20 | 0.18375 |
| 2025-11-27 | 0.18327 |
| 2025-12-04 | 0.18336 |
| 2025-12-11 | 0.18260 |
| 2025-12-18 | 0.18209 |
| 2025-12-25 | 0.18150 |
| 2026-01-01 | 0.18114 |
| 2026-01-08 | 0.18102 |
| 2026-01-15 | 0.18058 |
| 2026-01-22 | 0.18016 |
| 2026-01-29 | 0.17973 |
| 2026-02-05 | 0.17943 |
| 2026-02-12 | 0.17908 |
| 2026-02-19 | 0.17854 |
| 2026-02-26 | 0.17827 |
| 2026-03-05 | 0.17777 |
| 2026-03-12 | 0.17745 |
| 2026-03-19 | 0.17668 |
| 2026-03-26 | 0.17635 |
| 2026-04-02 | 0.17614 |
| 2026-04-09 | 0.17571 |
| 2026-04-16 | 0.17480 |
| 2026-04-23 | 0.17436 |
| 2026-04-30 | 0.17335 |
| 2026-05-07 | 0.17314 |
| 2026-05-14 | 0.17240 |
| 2026-05-21 | 0.17176 |
| 2026-05-28 | 0.17069 |
| 2026-06-04 | 0.17039 |
| 2026-06-11 | 0.16979 |
| 2026-06-18 | 0.16875 |
| 2026-06-25 | 0.16856 |
| 2026-07-02 | 0.16798 |
| 2026-07-09 | 0.16736 |
| 2026-07-16 | 0.16661 |
| 2026-07-23 | 0.16601 |
| 2026-07-30 | 0.16544 |
| 2026-08-06 | 0.16482 |
| 2026-08-13 | 0.16425 |
| 2026-08-20 | 0.16357 |
| 2026-08-27 | 0.16286 |
| 2026-09-03 | 0.16230 |
| 2026-09-10 | 0.16169 |
| 2026-09-17 | 0.16117 |
| 2026-09-24 | 0.16053 |
High
0.18755
Low
0.16018
Average
0.17486
Get this rate via the API
One GET request returns the TRY/HKD 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=TRY¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
TRY/HKD API questions
How do I get the TRY/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TRY/HKD rate in rates.HKD.
How far back does TRY/HKD historical data go?
Daily TRY/HKD 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 TRY/HKD 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.