HKD to TZS exchange rate API
Hong Kong Dollar to Tanzanian Shilling · quoted 2026-09-25
336.3400
▲ +6.85% over YTD
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 year to date, HKD/TZS traded between 314.7836 and 337.6184, averaged 331.2192 and rose 6.85%. 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 YTD: show the values
| Point | HKD/TZS |
|---|---|
| 2025-12-31 | 314.7836 |
| 2026-01-07 | 315.2382 |
| 2026-01-14 | 316.5046 |
| 2026-01-21 | 319.6508 |
| 2026-01-28 | 324.1653 |
| 2026-02-04 | 328.2011 |
| 2026-02-11 | 327.8743 |
| 2026-02-18 | 328.9763 |
| 2026-02-25 | 326.5231 |
| 2026-03-04 | 327.1767 |
| 2026-03-11 | 330.9300 |
| 2026-03-18 | 329.7144 |
| 2026-03-25 | 328.6220 |
| 2026-04-01 | 329.0758 |
| 2026-04-08 | 330.6684 |
| 2026-04-15 | 331.9416 |
| 2026-04-22 | 332.0857 |
| 2026-04-29 | 333.2016 |
| 2026-05-06 | 332.2766 |
| 2026-05-13 | 330.4510 |
| 2026-05-20 | 333.2354 |
| 2026-05-27 | 334.7796 |
| 2026-06-03 | 333.7493 |
| 2026-06-10 | 333.7742 |
| 2026-06-17 | 334.6141 |
| 2026-06-24 | 334.3620 |
| 2026-07-01 | 334.2406 |
| 2026-07-08 | 334.8624 |
| 2026-07-15 | 335.5868 |
| 2026-07-22 | 335.7118 |
| 2026-07-29 | 336.2220 |
| 2026-08-05 | 336.6233 |
| 2026-08-12 | 336.5099 |
| 2026-08-19 | 336.3802 |
| 2026-08-26 | 337.6184 |
| 2026-09-02 | 336.6432 |
| 2026-09-09 | 336.2547 |
| 2026-09-16 | 336.5769 |
| 2026-09-23 | 336.6207 |
High
337.6184
Low
314.7836
Average
331.2192
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.