USD to TZS exchange rate API
US Dollar to Tanzanian Shilling · quoted 2026-09-25
2637.47
▲ +7.64% over YTD
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 year to date, USD/TZS traded between 2450.33 and 2646.29, averaged 2593.34 and rose 7.64%. 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 YTD: show the values
| Point | USD/TZS |
|---|---|
| 2025-12-31 | 2450.33 |
| 2026-01-07 | 2454.56 |
| 2026-01-14 | 2467.74 |
| 2026-01-21 | 2492.40 |
| 2026-01-28 | 2528.97 |
| 2026-02-04 | 2563.80 |
| 2026-02-11 | 2562.96 |
| 2026-02-18 | 2570.85 |
| 2026-02-25 | 2553.58 |
| 2026-03-04 | 2557.65 |
| 2026-03-11 | 2590.12 |
| 2026-03-18 | 2584.24 |
| 2026-03-25 | 2569.47 |
| 2026-04-01 | 2579.16 |
| 2026-04-08 | 2589.90 |
| 2026-04-15 | 2600.56 |
| 2026-04-22 | 2600.87 |
| 2026-04-29 | 2611.19 |
| 2026-05-06 | 2603.61 |
| 2026-05-13 | 2587.62 |
| 2026-05-20 | 2610.18 |
| 2026-05-27 | 2622.91 |
| 2026-06-03 | 2615.39 |
| 2026-06-10 | 2615.64 |
| 2026-06-17 | 2621.86 |
| 2026-06-24 | 2621.53 |
| 2026-07-01 | 2621.75 |
| 2026-07-08 | 2624.96 |
| 2026-07-15 | 2630.68 |
| 2026-07-22 | 2632.11 |
| 2026-07-29 | 2636.77 |
| 2026-08-05 | 2640.16 |
| 2026-08-12 | 2640.60 |
| 2026-08-19 | 2637.76 |
| 2026-08-26 | 2646.29 |
| 2026-09-02 | 2640.14 |
| 2026-09-09 | 2637.00 |
| 2026-09-16 | 2640.42 |
| 2026-09-23 | 2640.40 |
High
2646.29
Low
2450.33
Average
2593.34
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.