USD to TZS exchange rate API
US Dollar to Tanzanian Shilling · quoted 2026-09-25
2637.47
▲ +2.39% over 6M
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 6 months, USD/TZS traded between 2575.80 and 2642.36, averaged 2618.70 and rose 2.39%. 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 6M: show the values
| Point | USD/TZS |
|---|---|
| 2026-03-29 | 2575.80 |
| 2026-04-05 | 2586.35 |
| 2026-04-12 | 2593.55 |
| 2026-04-19 | 2591.58 |
| 2026-04-26 | 2594.40 |
| 2026-05-03 | 2599.60 |
| 2026-05-10 | 2592.76 |
| 2026-05-17 | 2594.35 |
| 2026-05-24 | 2618.56 |
| 2026-05-31 | 2613.27 |
| 2026-06-07 | 2610.57 |
| 2026-06-14 | 2617.36 |
| 2026-06-21 | 2622.86 |
| 2026-06-28 | 2625.67 |
| 2026-07-05 | 2623.86 |
| 2026-07-12 | 2629.52 |
| 2026-07-19 | 2630.13 |
| 2026-07-26 | 2637.57 |
| 2026-08-02 | 2627.35 |
| 2026-08-09 | 2640.59 |
| 2026-08-16 | 2641.21 |
| 2026-08-23 | 2642.36 |
| 2026-08-30 | 2638.89 |
| 2026-09-06 | 2641.23 |
| 2026-09-13 | 2637.59 |
| 2026-09-20 | 2640.57 |
High
2642.36
Low
2575.80
Average
2618.70
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.