Skip to content

HKD to TZS exchange rate API

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

336.3400

▲ +9.65% over 1Y

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 year, HKD/TZS traded between 306.7496 and 337.2872, averaged 326.5326 and rose 9.65%. 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 1Y

HKD/TZS over 1Y: show the values
PointHKD/TZS
2025-09-25306.7496
2025-10-02307.5118
2025-10-09312.5383
2025-10-16313.7732
2025-10-23317.6563
2025-10-30315.1033
2025-11-06315.9038
2025-11-13312.4242
2025-11-20311.3175
2025-11-27313.8347
2025-12-04311.9784
2025-12-11313.3837
2025-12-18315.4755
2025-12-25316.3355
2026-01-01315.0190
2026-01-08317.8678
2026-01-15316.6983
2026-01-22322.6697
2026-01-29322.3386
2026-02-05326.0028
2026-02-12329.6159
2026-02-19329.4014
2026-02-26325.6020
2026-03-05327.7182
2026-03-12330.2109
2026-03-19330.1183
2026-03-26328.1102
2026-04-02329.2645
2026-04-09330.7434
2026-04-16331.6994
2026-04-23332.9469
2026-04-30332.5319
2026-05-07331.6173
2026-05-14330.1847
2026-05-21332.7456
2026-05-28334.5391
2026-06-04333.0085
2026-06-11333.7333
2026-06-18334.4240
2026-06-25333.4163
2026-07-02334.4070
2026-07-09335.0806
2026-07-16335.2080
2026-07-23335.4501
2026-07-30336.5058
2026-08-06336.4744
2026-08-13336.1687
2026-08-20337.2872
2026-08-27336.8805
2026-09-03336.9670
2026-09-10336.5799
2026-09-17336.4447
2026-09-24336.7536

High

337.2872

Low

306.7496

Average

326.5326

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.