INR to TZS exchange rate API
Indian Rupee to Tanzanian Shilling · quoted 2026-09-25
27.4491
▲ +2.03% over 1Y
1 INR = 27.4491 TZS · 1 TZS = 0.03643 INR · Get this rate via the API
1 INR buys 27.4491 TZS as of 2026-09-25, so 1 TZS buys 0.03643 INR. Over the last year, INR/TZS traded between 26.9020 and 28.4417, averaged 27.5467 and rose 2.03%. The API holds daily INR/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/TZS over 1Y: show the values
| Point | INR/TZS |
|---|---|
| 2025-09-25 | 26.9020 |
| 2025-10-02 | 26.9701 |
| 2025-10-09 | 27.3833 |
| 2025-10-16 | 27.7375 |
| 2025-10-23 | 28.1093 |
| 2025-10-30 | 27.5912 |
| 2025-11-06 | 27.7302 |
| 2025-11-13 | 27.3739 |
| 2025-11-20 | 27.3220 |
| 2025-11-27 | 27.3042 |
| 2025-12-04 | 27.0194 |
| 2025-12-11 | 27.0000 |
| 2025-12-18 | 27.1967 |
| 2025-12-25 | 27.3839 |
| 2026-01-01 | 27.2799 |
| 2026-01-08 | 27.5459 |
| 2026-01-15 | 27.3529 |
| 2026-01-22 | 27.4719 |
| 2026-01-29 | 27.3698 |
| 2026-02-05 | 28.2019 |
| 2026-02-12 | 28.4417 |
| 2026-02-19 | 28.2267 |
| 2026-02-26 | 28.0124 |
| 2026-03-05 | 27.9660 |
| 2026-03-12 | 28.0297 |
| 2026-03-19 | 27.7220 |
| 2026-03-26 | 27.2752 |
| 2026-04-02 | 27.7174 |
| 2026-04-09 | 27.9660 |
| 2026-04-16 | 27.8365 |
| 2026-04-23 | 27.7123 |
| 2026-04-30 | 27.4428 |
| 2026-05-07 | 27.5546 |
| 2026-05-14 | 27.0064 |
| 2026-05-21 | 27.0974 |
| 2026-05-28 | 27.3886 |
| 2026-06-04 | 27.2349 |
| 2026-06-11 | 27.3097 |
| 2026-06-18 | 27.7854 |
| 2026-06-25 | 27.6939 |
| 2026-07-02 | 27.4965 |
| 2026-07-09 | 27.5265 |
| 2026-07-16 | 27.2737 |
| 2026-07-23 | 27.2347 |
| 2026-07-30 | 27.5859 |
| 2026-08-06 | 27.7186 |
| 2026-08-13 | 27.6389 |
| 2026-08-20 | 27.6422 |
| 2026-08-27 | 27.6396 |
| 2026-09-03 | 27.9638 |
| 2026-09-10 | 27.6524 |
| 2026-09-17 | 27.5121 |
| 2026-09-24 | 27.5226 |
High
28.4417
Low
26.9020
Average
27.5467
Get this rate via the API
One GET request returns the INR/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=INR¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=TZS").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/TZS API questions
How do I get the INR/TZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/TZS rate in rates.TZS.
How far back does INR/TZS historical data go?
Daily INR/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 INR/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.