TOP to TZS exchange rate API
Pa’anga to Tanzanian Shilling · quoted 2026-09-25
1105.30
▼ +2.42% over 30D
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 30 days, TOP/TZS traded between 1104.84 and 1132.96, averaged 1123.92 and fell 2.42%. 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 30D: show the values
| Point | TOP/TZS |
|---|---|
| 2026-08-26 | 1132.70 |
| 2026-08-27 | 1130.81 |
| 2026-08-28 | 1132.96 |
| 2026-08-29 | 1122.01 |
| 2026-08-30 | 1129.17 |
| 2026-08-31 | 1129.60 |
| 2026-09-01 | 1128.96 |
| 2026-09-02 | 1130.01 |
| 2026-09-03 | 1130.56 |
| 2026-09-04 | 1130.67 |
| 2026-09-05 | 1122.95 |
| 2026-09-06 | 1120.53 |
| 2026-09-07 | 1127.37 |
| 2026-09-08 | 1130.62 |
| 2026-09-09 | 1129.42 |
| 2026-09-10 | 1128.11 |
| 2026-09-11 | 1126.59 |
| 2026-09-12 | 1117.44 |
| 2026-09-13 | 1118.95 |
| 2026-09-14 | 1124.68 |
| 2026-09-15 | 1120.33 |
| 2026-09-16 | 1120.79 |
| 2026-09-17 | 1121.90 |
| 2026-09-18 | 1118.56 |
| 2026-09-19 | 1104.84 |
| 2026-09-20 | 1112.25 |
| 2026-09-21 | 1129.02 |
| 2026-09-22 | 1131.80 |
| 2026-09-23 | 1129.42 |
| 2026-09-24 | 1118.74 |
| 2026-09-25 | 1108.50 |
High
1132.96
Low
1104.84
Average
1123.92
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.