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: show the values
| Point | HKD/TZS |
|---|---|
| 2024-08-24 | 347.4554 |
| 2024-10-01 | 343.9659 |
| 2024-10-31 | 336.7402 |
| 2024-11-30 | 339.2193 |
| 2024-12-30 | 310.2216 |
| 2025-01-29 | 337.2047 |
| 2025-02-28 | 337.7374 |
| 2025-03-30 | 338.3746 |
| 2025-04-29 | 339.0288 |
| 2025-05-29 | 335.2535 |
| 2025-06-28 | 336.2464 |
| 2025-07-28 | 318.4553 |
| 2025-08-27 | 312.9254 |
| 2025-09-26 | 303.0979 |
| 2025-10-26 | 318.6280 |
| 2025-11-25 | 314.8239 |
| 2025-12-25 | 316.3355 |
| 2026-01-24 | 325.4364 |
| 2026-02-23 | 328.5965 |
| 2026-03-25 | 328.6220 |
| 2026-04-24 | 333.4345 |
| 2026-05-24 | 334.1911 |
| 2026-06-23 | 334.9949 |
| 2026-07-23 | 335.4501 |
| 2026-08-22 | 337.7218 |
| 2026-09-21 | 336.0954 |
High
347.4554
Low
303.0979
Average
330.2443
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.