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: show the values
| Point | HKD/TZS |
|---|---|
| 2026-08-26 | 337.6184 |
| 2026-08-27 | 336.8805 |
| 2026-08-28 | 337.2976 |
| 2026-08-29 | 337.5213 |
| 2026-08-30 | 336.5780 |
| 2026-08-31 | 336.7532 |
| 2026-09-01 | 336.7650 |
| 2026-09-02 | 336.6432 |
| 2026-09-03 | 336.9670 |
| 2026-09-04 | 337.2280 |
| 2026-09-05 | 338.0556 |
| 2026-09-06 | 336.8632 |
| 2026-09-07 | 336.6941 |
| 2026-09-08 | 336.8965 |
| 2026-09-09 | 336.2547 |
| 2026-09-10 | 336.5799 |
| 2026-09-11 | 336.5930 |
| 2026-09-12 | 337.2312 |
| 2026-09-13 | 336.3129 |
| 2026-09-14 | 336.3416 |
| 2026-09-15 | 336.5402 |
| 2026-09-16 | 336.5769 |
| 2026-09-17 | 336.4447 |
| 2026-09-18 | 336.5618 |
| 2026-09-19 | 337.5570 |
| 2026-09-20 | 336.5877 |
| 2026-09-21 | 336.0954 |
| 2026-09-22 | 336.4124 |
| 2026-09-23 | 336.6207 |
| 2026-09-24 | 336.7536 |
| 2026-09-25 | 336.4509 |
High
338.0556
Low
336.0954
Average
336.7818
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.