Skip to content

TND to HKD exchange rate API

Tunisian Dinar to Hong Kong Dollar · quoted 2026-09-25

2.6520

▼ +1.61% over YTD

1 TND = 2.6520 HKD · 1 HKD = 0.37707 TND · Get this rate via the API

1 TND buys 2.6520 HKD as of 2026-09-25, so 1 HKD buys 0.37707 TND. Over the year to date, TND/HKD traded between 2.6438 and 2.7594, averaged 2.6944 and fell 1.61%. The API holds daily TND/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/HKD over YTD

TND/HKD over YTD: show the values
PointTND/HKD
2025-12-312.6954
2026-01-072.6955
2026-01-142.6909
2026-01-212.7071
2026-01-282.7594
2026-02-042.7361
2026-02-112.7514
2026-02-182.7431
2026-02-252.7283
2026-03-042.6954
2026-03-112.6837
2026-03-182.6723
2026-03-252.6900
2026-04-012.6787
2026-04-082.6942
2026-04-152.6967
2026-04-222.7322
2026-04-292.7175
2026-05-062.7118
2026-05-142.7105
2026-05-212.6957
2026-05-292.7038
2026-06-052.6924
2026-06-142.6818
2026-06-212.6603
2026-06-282.6487
2026-07-052.6605
2026-07-122.6537
2026-07-192.6573
2026-07-262.6438
2026-08-022.6738
2026-08-092.6851
2026-08-162.6920
2026-08-242.7111
2026-08-312.7197
2026-09-072.6878
2026-09-142.7073
2026-09-212.6640

High

2.7594

Low

2.6438

Average

2.6944

For developers

Get this rate via the API

One GET request returns the TND/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=TND&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/HKD API questions

How do I get the TND/HKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/HKD rate in rates.HKD.

How far back does TND/HKD historical data go?

Daily TND/HKD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TND/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.