USD to TZS exchange rate API
US Dollar to Tanzanian Shilling · quoted 2026-09-25
2637.47
▼ +0.33% over 30D
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 30 days, USD/TZS traded between 2636.81 and 2650.63, averaged 2641.03 and fell 0.33%. 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 30D: show the values
| Point | USD/TZS |
|---|---|
| 2026-08-26 | 2646.29 |
| 2026-08-27 | 2640.71 |
| 2026-08-28 | 2644.26 |
| 2026-08-29 | 2646.11 |
| 2026-08-30 | 2638.89 |
| 2026-08-31 | 2639.43 |
| 2026-09-01 | 2640.57 |
| 2026-09-02 | 2640.14 |
| 2026-09-03 | 2642.30 |
| 2026-09-04 | 2643.97 |
| 2026-09-05 | 2650.63 |
| 2026-09-06 | 2641.23 |
| 2026-09-07 | 2639.75 |
| 2026-09-08 | 2641.68 |
| 2026-09-09 | 2637.00 |
| 2026-09-10 | 2639.18 |
| 2026-09-11 | 2639.55 |
| 2026-09-12 | 2644.84 |
| 2026-09-13 | 2637.59 |
| 2026-09-14 | 2638.06 |
| 2026-09-15 | 2640.00 |
| 2026-09-16 | 2640.42 |
| 2026-09-17 | 2639.48 |
| 2026-09-18 | 2640.31 |
| 2026-09-19 | 2648.14 |
| 2026-09-20 | 2640.57 |
| 2026-09-21 | 2636.81 |
| 2026-09-22 | 2638.62 |
| 2026-09-23 | 2640.40 |
| 2026-09-24 | 2641.06 |
| 2026-09-25 | 2637.47 |
High
2650.63
Low
2636.81
Average
2641.03
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.