TOP to TZS exchange rate API
Pa’anga to Tanzanian Shilling · quoted 2026-09-25
1105.30
▲ +7.37% over YTD
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 year to date, TOP/TZS traded between 1029.41 and 1131.60, averaged 1104.05 and rose 7.37%. 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 YTD: show the values
| Point | TOP/TZS |
|---|---|
| 2025-12-31 | 1029.41 |
| 2026-01-07 | 1030.03 |
| 2026-01-14 | 1039.77 |
| 2026-01-21 | 1053.90 |
| 2026-01-28 | 1078.32 |
| 2026-02-04 | 1098.85 |
| 2026-02-11 | 1099.13 |
| 2026-02-18 | 1098.79 |
| 2026-02-25 | 1092.66 |
| 2026-03-04 | 1089.83 |
| 2026-03-11 | 1102.86 |
| 2026-03-18 | 1104.09 |
| 2026-03-25 | 1094.50 |
| 2026-04-01 | 1092.67 |
| 2026-04-08 | 1098.18 |
| 2026-04-16 | 1118.71 |
| 2026-04-23 | 1110.75 |
| 2026-04-30 | 1122.94 |
| 2026-05-07 | 1114.43 |
| 2026-05-14 | 1115.18 |
| 2026-05-21 | 1120.75 |
| 2026-05-28 | 1123.18 |
| 2026-06-04 | 1111.97 |
| 2026-06-11 | 1105.76 |
| 2026-06-18 | 1131.60 |
| 2026-06-25 | 1103.99 |
| 2026-07-02 | 1106.96 |
| 2026-07-09 | 1108.51 |
| 2026-07-16 | 1117.53 |
| 2026-07-23 | 1122.54 |
| 2026-07-30 | 1122.09 |
| 2026-08-06 | 1118.32 |
| 2026-08-13 | 1119.22 |
| 2026-08-20 | 1129.11 |
| 2026-08-27 | 1130.81 |
| 2026-09-03 | 1130.56 |
| 2026-09-10 | 1128.11 |
| 2026-09-17 | 1121.90 |
| 2026-09-24 | 1118.74 |
High
1131.60
Low
1029.41
Average
1104.05
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.