Skip to content

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

INR/TZS over 1Y: show the values
PointINR/TZS
2025-09-2526.9020
2025-10-0226.9701
2025-10-0927.3833
2025-10-1627.7375
2025-10-2328.1093
2025-10-3027.5912
2025-11-0627.7302
2025-11-1327.3739
2025-11-2027.3220
2025-11-2727.3042
2025-12-0427.0194
2025-12-1127.0000
2025-12-1827.1967
2025-12-2527.3839
2026-01-0127.2799
2026-01-0827.5459
2026-01-1527.3529
2026-01-2227.4719
2026-01-2927.3698
2026-02-0528.2019
2026-02-1228.4417
2026-02-1928.2267
2026-02-2628.0124
2026-03-0527.9660
2026-03-1228.0297
2026-03-1927.7220
2026-03-2627.2752
2026-04-0227.7174
2026-04-0927.9660
2026-04-1627.8365
2026-04-2327.7123
2026-04-3027.4428
2026-05-0727.5546
2026-05-1427.0064
2026-05-2127.0974
2026-05-2827.3886
2026-06-0427.2349
2026-06-1127.3097
2026-06-1827.7854
2026-06-2527.6939
2026-07-0227.4965
2026-07-0927.5265
2026-07-1627.2737
2026-07-2327.2347
2026-07-3027.5859
2026-08-0627.7186
2026-08-1327.6389
2026-08-2027.6422
2026-08-2727.6396
2026-09-0327.9638
2026-09-1027.6524
2026-09-1727.5121
2026-09-2427.5226

High

28.4417

Low

26.9020

Average

27.5467

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=TZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=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&currencies=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.