Skip to content

USD to TZS exchange rate API

US Dollar to Tanzanian Shilling · quoted 2026-09-25

2637.47

▲ +10.54% over 1Y

1 USD = 2637.47 TZS · 1 TZS = 0.000379 USD · Get this rate via the API

1 USD buys 2637.47 TZS as of 2026-09-25, so 1 TZS buys 0.000379 USD. Over the last year, USD/TZS traded between 2385.90 and 2645.63, averaged 2552.44 and rose 10.54%. The API holds daily USD/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/TZS over 1Y

USD/TZS over 1Y: show the values
PointUSD/TZS
2025-09-252385.90
2025-10-022392.75
2025-10-092431.56
2025-10-162438.89
2025-10-232468.58
2025-10-302447.82
2025-11-062456.18
2025-11-132427.76
2025-11-202423.81
2025-11-272441.06
2025-12-042428.25
2025-12-112438.64
2025-12-182454.84
2025-12-252459.57
2026-01-012451.89
2026-01-082477.08
2026-01-152469.97
2026-01-222516.17
2026-01-292515.77
2026-02-052546.87
2026-02-122576.49
2026-02-192574.17
2026-02-262547.08
2026-03-052563.05
2026-03-122584.61
2026-03-192585.03
2026-03-262567.13
2026-04-022580.55
2026-04-092591.35
2026-04-162595.57
2026-04-232608.00
2026-04-302604.73
2026-05-072597.15
2026-05-142586.34
2026-05-212606.91
2026-05-282620.99
2026-06-042608.71
2026-06-112615.31
2026-06-182621.09
2026-06-252614.18
2026-07-022623.10
2026-07-092625.70
2026-07-162627.93
2026-07-232630.36
2026-07-302639.56
2026-08-062639.50
2026-08-132637.88
2026-08-202645.63
2026-08-272640.71
2026-09-032642.30
2026-09-102639.18
2026-09-172639.48
2026-09-242641.06

High

2645.63

Low

2385.90

Average

2552.44

For developers

Get this rate via the API

One GET request returns the USD/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=USD&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=TZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/TZS API questions

How do I get the USD/TZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/TZS rate in rates.TZS.

How far back does USD/TZS historical data go?

Daily USD/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 USD/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.