Skip to content

HKD to TZS exchange rate API

Hong Kong Dollar to Tanzanian Shilling · quoted 2026-09-25

336.3400

▲ +6.85% over YTD

1 HKD = 336.3400 TZS · 1 TZS = 0.002973 HKD · Get this rate via the API

1 HKD buys 336.3400 TZS as of 2026-09-25, so 1 TZS buys 0.002973 HKD. Over the year to date, HKD/TZS traded between 314.7836 and 337.6184, averaged 331.2192 and rose 6.85%. The API holds daily HKD/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/TZS over YTD

HKD/TZS over YTD: show the values
PointHKD/TZS
2025-12-31314.7836
2026-01-07315.2382
2026-01-14316.5046
2026-01-21319.6508
2026-01-28324.1653
2026-02-04328.2011
2026-02-11327.8743
2026-02-18328.9763
2026-02-25326.5231
2026-03-04327.1767
2026-03-11330.9300
2026-03-18329.7144
2026-03-25328.6220
2026-04-01329.0758
2026-04-08330.6684
2026-04-15331.9416
2026-04-22332.0857
2026-04-29333.2016
2026-05-06332.2766
2026-05-13330.4510
2026-05-20333.2354
2026-05-27334.7796
2026-06-03333.7493
2026-06-10333.7742
2026-06-17334.6141
2026-06-24334.3620
2026-07-01334.2406
2026-07-08334.8624
2026-07-15335.5868
2026-07-22335.7118
2026-07-29336.2220
2026-08-05336.6233
2026-08-12336.5099
2026-08-19336.3802
2026-08-26337.6184
2026-09-02336.6432
2026-09-09336.2547
2026-09-16336.5769
2026-09-23336.6207

High

337.6184

Low

314.7836

Average

331.2192

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/TZS API questions

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

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

How far back does HKD/TZS historical data go?

Daily HKD/TZS 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 HKD/TZS 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.