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: show the values
| Point | USD/TZS |
|---|---|
| 2025-09-25 | 2385.90 |
| 2025-10-02 | 2392.75 |
| 2025-10-09 | 2431.56 |
| 2025-10-16 | 2438.89 |
| 2025-10-23 | 2468.58 |
| 2025-10-30 | 2447.82 |
| 2025-11-06 | 2456.18 |
| 2025-11-13 | 2427.76 |
| 2025-11-20 | 2423.81 |
| 2025-11-27 | 2441.06 |
| 2025-12-04 | 2428.25 |
| 2025-12-11 | 2438.64 |
| 2025-12-18 | 2454.84 |
| 2025-12-25 | 2459.57 |
| 2026-01-01 | 2451.89 |
| 2026-01-08 | 2477.08 |
| 2026-01-15 | 2469.97 |
| 2026-01-22 | 2516.17 |
| 2026-01-29 | 2515.77 |
| 2026-02-05 | 2546.87 |
| 2026-02-12 | 2576.49 |
| 2026-02-19 | 2574.17 |
| 2026-02-26 | 2547.08 |
| 2026-03-05 | 2563.05 |
| 2026-03-12 | 2584.61 |
| 2026-03-19 | 2585.03 |
| 2026-03-26 | 2567.13 |
| 2026-04-02 | 2580.55 |
| 2026-04-09 | 2591.35 |
| 2026-04-16 | 2595.57 |
| 2026-04-23 | 2608.00 |
| 2026-04-30 | 2604.73 |
| 2026-05-07 | 2597.15 |
| 2026-05-14 | 2586.34 |
| 2026-05-21 | 2606.91 |
| 2026-05-28 | 2620.99 |
| 2026-06-04 | 2608.71 |
| 2026-06-11 | 2615.31 |
| 2026-06-18 | 2621.09 |
| 2026-06-25 | 2614.18 |
| 2026-07-02 | 2623.10 |
| 2026-07-09 | 2625.70 |
| 2026-07-16 | 2627.93 |
| 2026-07-23 | 2630.36 |
| 2026-07-30 | 2639.56 |
| 2026-08-06 | 2639.50 |
| 2026-08-13 | 2637.88 |
| 2026-08-20 | 2645.63 |
| 2026-08-27 | 2640.71 |
| 2026-09-03 | 2642.30 |
| 2026-09-10 | 2639.18 |
| 2026-09-17 | 2639.48 |
| 2026-09-24 | 2641.06 |
High
2645.63
Low
2385.90
Average
2552.44
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.