Skip to content

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

TOP/TZS over 1Y: show the values
PointTOP/TZS
2025-09-251020.80
2025-10-021012.25
2025-10-091027.83
2025-10-161033.93
2025-10-231046.48
2025-10-301030.88
2025-11-061041.39
2025-11-131030.48
2025-11-201012.25
2025-11-271017.83
2025-12-041016.34
2025-12-111021.78
2025-12-181022.78
2025-12-251021.27
2026-01-011025.14
2026-01-081034.99
2026-01-151039.87
2026-01-221063.03
2026-01-291069.81
2026-02-051086.01
2026-02-121103.11
2026-02-191099.62
2026-02-261089.27
2026-03-051092.19
2026-03-121106.11
2026-03-191100.79
2026-03-261099.21
2026-04-021097.02
2026-04-091100.75
2026-04-171111.39
2026-04-241111.62
2026-05-011126.29
2026-05-081108.62
2026-05-151128.46
2026-05-221118.10
2026-05-291131.08
2026-06-051118.49
2026-06-121109.92
2026-06-191120.50
2026-06-261114.80
2026-07-031107.64
2026-07-101110.20
2026-07-171128.20
2026-07-241124.57
2026-07-311125.58
2026-08-071131.00
2026-08-141119.79
2026-08-211128.60
2026-08-281132.96
2026-09-041130.67
2026-09-111126.59
2026-09-181118.56
2026-09-251108.50

High

1132.96

Low

1012.25

Average

1084.46

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=TZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.