TOP to TZS exchange rate API
Pa’anga to Tanzanian Shilling · quoted 2026-09-25
1105.30
▲ +8.28% over 1Y
1 TOP = 1105.30 TZS · 1 TZS = 0.000905 TOP · Get this rate via the API
1 TOP buys 1105.30 TZS as of 2026-09-25, so 1 TZS buys 0.000905 TOP. Over the last year, TOP/TZS traded between 1012.25 and 1132.96, averaged 1084.46 and rose 8.28%. The API holds daily TOP/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/TZS over 1Y: show the values
| Point | TOP/TZS |
|---|---|
| 2025-09-25 | 1020.80 |
| 2025-10-02 | 1012.25 |
| 2025-10-09 | 1027.83 |
| 2025-10-16 | 1033.93 |
| 2025-10-23 | 1046.48 |
| 2025-10-30 | 1030.88 |
| 2025-11-06 | 1041.39 |
| 2025-11-13 | 1030.48 |
| 2025-11-20 | 1012.25 |
| 2025-11-27 | 1017.83 |
| 2025-12-04 | 1016.34 |
| 2025-12-11 | 1021.78 |
| 2025-12-18 | 1022.78 |
| 2025-12-25 | 1021.27 |
| 2026-01-01 | 1025.14 |
| 2026-01-08 | 1034.99 |
| 2026-01-15 | 1039.87 |
| 2026-01-22 | 1063.03 |
| 2026-01-29 | 1069.81 |
| 2026-02-05 | 1086.01 |
| 2026-02-12 | 1103.11 |
| 2026-02-19 | 1099.62 |
| 2026-02-26 | 1089.27 |
| 2026-03-05 | 1092.19 |
| 2026-03-12 | 1106.11 |
| 2026-03-19 | 1100.79 |
| 2026-03-26 | 1099.21 |
| 2026-04-02 | 1097.02 |
| 2026-04-09 | 1100.75 |
| 2026-04-17 | 1111.39 |
| 2026-04-24 | 1111.62 |
| 2026-05-01 | 1126.29 |
| 2026-05-08 | 1108.62 |
| 2026-05-15 | 1128.46 |
| 2026-05-22 | 1118.10 |
| 2026-05-29 | 1131.08 |
| 2026-06-05 | 1118.49 |
| 2026-06-12 | 1109.92 |
| 2026-06-19 | 1120.50 |
| 2026-06-26 | 1114.80 |
| 2026-07-03 | 1107.64 |
| 2026-07-10 | 1110.20 |
| 2026-07-17 | 1128.20 |
| 2026-07-24 | 1124.57 |
| 2026-07-31 | 1125.58 |
| 2026-08-07 | 1131.00 |
| 2026-08-14 | 1119.79 |
| 2026-08-21 | 1128.60 |
| 2026-08-28 | 1132.96 |
| 2026-09-04 | 1130.67 |
| 2026-09-11 | 1126.59 |
| 2026-09-18 | 1118.56 |
| 2026-09-25 | 1108.50 |
High
1132.96
Low
1012.25
Average
1084.46
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TZS").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/TZS API questions
How do I get the TOP/TZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/TZS rate in rates.TZS.
How far back does TOP/TZS historical data go?
Daily TOP/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 TOP/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.