Skip to content

HKD to TZS exchange rate API

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

336.3400

▼ +0.38% over 30D

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 30 days, HKD/TZS traded between 336.0954 and 338.0556, averaged 336.7818 and fell 0.38%. 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 30D

HKD/TZS over 30D: show the values
PointHKD/TZS
2026-08-26337.6184
2026-08-27336.8805
2026-08-28337.2976
2026-08-29337.5213
2026-08-30336.5780
2026-08-31336.7532
2026-09-01336.7650
2026-09-02336.6432
2026-09-03336.9670
2026-09-04337.2280
2026-09-05338.0556
2026-09-06336.8632
2026-09-07336.6941
2026-09-08336.8965
2026-09-09336.2547
2026-09-10336.5799
2026-09-11336.5930
2026-09-12337.2312
2026-09-13336.3129
2026-09-14336.3416
2026-09-15336.5402
2026-09-16336.5769
2026-09-17336.4447
2026-09-18336.5618
2026-09-19337.5570
2026-09-20336.5877
2026-09-21336.0954
2026-09-22336.4124
2026-09-23336.6207
2026-09-24336.7536
2026-09-25336.4509

High

338.0556

Low

336.0954

Average

336.7818

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.