Skip to content

HKD to TZS exchange rate API

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

336.3400

▼ +3.20% over 5Y

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 last 5 years, HKD/TZS traded between 303.0979 and 347.4554, averaged 330.2443 and fell 3.20%. 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 5Y

HKD/TZS over 5Y: show the values
PointHKD/TZS
2024-08-24347.4554
2024-10-01343.9659
2024-10-31336.7402
2024-11-30339.2193
2024-12-30310.2216
2025-01-29337.2047
2025-02-28337.7374
2025-03-30338.3746
2025-04-29339.0288
2025-05-29335.2535
2025-06-28336.2464
2025-07-28318.4553
2025-08-27312.9254
2025-09-26303.0979
2025-10-26318.6280
2025-11-25314.8239
2025-12-25316.3355
2026-01-24325.4364
2026-02-23328.5965
2026-03-25328.6220
2026-04-24333.4345
2026-05-24334.1911
2026-06-23334.9949
2026-07-23335.4501
2026-08-22337.7218
2026-09-21336.0954

High

347.4554

Low

303.0979

Average

330.2443

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.