Skip to content

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

TRY/HKD over 1Y: show the values
PointTRY/HKD
2025-09-250.18755
2025-10-020.18700
2025-10-090.18646
2025-10-160.18571
2025-10-230.18466
2025-10-300.18501
2025-11-060.18459
2025-11-130.18390
2025-11-200.18375
2025-11-270.18327
2025-12-040.18336
2025-12-110.18260
2025-12-180.18209
2025-12-250.18150
2026-01-010.18114
2026-01-080.18102
2026-01-150.18058
2026-01-220.18016
2026-01-290.17973
2026-02-050.17943
2026-02-120.17908
2026-02-190.17854
2026-02-260.17827
2026-03-050.17777
2026-03-120.17745
2026-03-190.17668
2026-03-260.17635
2026-04-020.17614
2026-04-090.17571
2026-04-160.17480
2026-04-230.17436
2026-04-300.17335
2026-05-070.17314
2026-05-140.17240
2026-05-210.17176
2026-05-280.17069
2026-06-040.17039
2026-06-110.16979
2026-06-180.16875
2026-06-250.16856
2026-07-020.16798
2026-07-090.16736
2026-07-160.16661
2026-07-230.16601
2026-07-300.16544
2026-08-060.16482
2026-08-130.16425
2026-08-200.16357
2026-08-270.16286
2026-09-030.16230
2026-09-100.16169
2026-09-170.16117
2026-09-240.16053

High

0.18755

Low

0.16018

Average

0.17486

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=HKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=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&currencies=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.