Skip to content

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

HKD/TRY over 1Y: show the values
PointHKD/TRY
2025-09-255.3319
2025-10-025.3476
2025-10-095.3630
2025-10-165.3846
2025-10-235.4153
2025-10-305.4050
2025-11-065.4174
2025-11-135.4376
2025-11-205.4421
2025-11-275.4563
2025-12-045.4536
2025-12-115.4765
2025-12-185.4918
2025-12-255.5096
2026-01-015.5205
2026-01-085.5241
2026-01-155.5378
2026-01-225.5506
2026-01-295.5639
2026-02-055.5732
2026-02-125.5842
2026-02-195.6010
2026-02-265.6095
2026-03-055.6252
2026-03-125.6355
2026-03-195.6599
2026-03-265.6706
2026-04-025.6772
2026-04-095.6913
2026-04-165.7207
2026-04-235.7353
2026-04-305.7686
2026-05-075.7755
2026-05-145.8004
2026-05-215.8219
2026-05-285.8585
2026-06-045.8687
2026-06-115.8897
2026-06-185.9260
2026-06-255.9326
2026-07-025.9529
2026-07-095.9752
2026-07-166.0021
2026-07-236.0239
2026-07-306.0444
2026-08-066.0673
2026-08-136.0884
2026-08-206.1135
2026-08-276.1401
2026-09-036.1615
2026-09-106.1846
2026-09-176.2044
2026-09-246.2293

High

6.2430

Low

5.3319

Average

5.7312

For developers

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