Skip to content

TND to INR exchange rate API

Tunisian Dinar to Indian Rupee · quoted 2026-09-25

32.4976

▲ +6.50% over 1Y

1 TND = 32.4976 INR · 1 INR = 0.03077 TND · Get this rate via the API

1 TND buys 32.4976 INR as of 2026-09-25, so 1 INR buys 0.03077 TND. Over the last year, TND/INR traded between 29.8938 and 33.0324, averaged 31.7830 and rose 6.50%. The API holds daily TND/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/INR over 1Y

TND/INR over 1Y: show the values
PointTND/INR
2025-09-2530.5134
2025-10-0230.5807
2025-10-0930.3261
2025-10-1630.0840
2025-10-2329.8938
2025-10-3030.2924
2025-11-0629.9447
2025-11-1330.0988
2025-11-2029.9820
2025-11-2730.3634
2025-12-0430.7147
2025-12-1231.0129
2025-12-1930.7930
2025-12-2631.2148
2026-01-0231.2798
2026-01-0931.1013
2026-01-1631.3315
2026-01-2331.9664
2026-01-3032.3560
2026-02-0631.6473
2026-02-1331.8036
2026-02-2031.6541
2026-02-2731.7864
2026-03-0631.6200
2026-03-1331.5100
2026-03-2032.1167
2026-03-2732.3899
2026-04-0331.6148
2026-04-1032.2103
2026-04-1732.1686
2026-04-2432.6982
2026-05-0133.0324
2026-05-0832.4686
2026-05-1633.0228
2026-05-2432.9023
2026-05-3132.7405
2026-06-0932.6156
2026-06-1632.4180
2026-06-2332.2169
2026-06-3032.1000
2026-07-0732.2168
2026-07-1432.5812
2026-07-2132.6541
2026-07-2832.3343
2026-08-0432.5948
2026-08-1132.6198
2026-08-1832.8029
2026-08-2632.9050
2026-09-0232.5348
2026-09-0932.8089
2026-09-1632.9128
2026-09-2332.4503

High

33.0324

Low

29.8938

Average

31.7830

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/INR API questions

How do I get the TND/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/INR rate in rates.INR.

How far back does TND/INR historical data go?

Daily TND/INR 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 TND/INR 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.