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: show the values
| Point | HKD/TZS |
|---|---|
| 2025-09-25 | 306.7496 |
| 2025-10-02 | 307.5118 |
| 2025-10-09 | 312.5383 |
| 2025-10-16 | 313.7732 |
| 2025-10-23 | 317.6563 |
| 2025-10-30 | 315.1033 |
| 2025-11-06 | 315.9038 |
| 2025-11-13 | 312.4242 |
| 2025-11-20 | 311.3175 |
| 2025-11-27 | 313.8347 |
| 2025-12-04 | 311.9784 |
| 2025-12-11 | 313.3837 |
| 2025-12-18 | 315.4755 |
| 2025-12-25 | 316.3355 |
| 2026-01-01 | 315.0190 |
| 2026-01-08 | 317.8678 |
| 2026-01-15 | 316.6983 |
| 2026-01-22 | 322.6697 |
| 2026-01-29 | 322.3386 |
| 2026-02-05 | 326.0028 |
| 2026-02-12 | 329.6159 |
| 2026-02-19 | 329.4014 |
| 2026-02-26 | 325.6020 |
| 2026-03-05 | 327.7182 |
| 2026-03-12 | 330.2109 |
| 2026-03-19 | 330.1183 |
| 2026-03-26 | 328.1102 |
| 2026-04-02 | 329.2645 |
| 2026-04-09 | 330.7434 |
| 2026-04-16 | 331.6994 |
| 2026-04-23 | 332.9469 |
| 2026-04-30 | 332.5319 |
| 2026-05-07 | 331.6173 |
| 2026-05-14 | 330.1847 |
| 2026-05-21 | 332.7456 |
| 2026-05-28 | 334.5391 |
| 2026-06-04 | 333.0085 |
| 2026-06-11 | 333.7333 |
| 2026-06-18 | 334.4240 |
| 2026-06-25 | 333.4163 |
| 2026-07-02 | 334.4070 |
| 2026-07-09 | 335.0806 |
| 2026-07-16 | 335.2080 |
| 2026-07-23 | 335.4501 |
| 2026-07-30 | 336.5058 |
| 2026-08-06 | 336.4744 |
| 2026-08-13 | 336.1687 |
| 2026-08-20 | 337.2872 |
| 2026-08-27 | 336.8805 |
| 2026-09-03 | 336.9670 |
| 2026-09-10 | 336.5799 |
| 2026-09-17 | 336.4447 |
| 2026-09-24 | 336.7536 |
High
337.2872
Low
306.7496
Average
326.5326
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.