Convert INR to TRY
Indian Rupee → Turkish Lira
1 INR = 0.510683 TRY(1 TRY = 1.958161 INR)
Currency converter
1 INR =
0.51068 TRY
INR to TRY: last 30 days
Over the last 30 days, 1 INR traded between 0.50577 and 0.51268 TRY, averaging 0.50916 TRY. The INR/TRY rate is up 0.97% since 2026-08-28.
- 30-day high
- 0.51268
- 2026-09-04
- 30-day low
- 0.50577
- 2026-08-28
- 30-day average
- 0.50916
- Days with data: 30
- 30-day change
- +0.97%
- since 2026-08-28
0.51268
0.505772026-08-28 → 2026-09-26
| Date | 1 INR in TRY | Daily change |
|---|---|---|
| 2026-09-26 | 0.51068 | 0.00% |
| 2026-09-25 | 0.51068 | +0.31% |
| 2026-09-24 | 0.50912 | -0.19% |
| 2026-09-23 | 0.5101 | -0.10% |
| 2026-09-22 | 0.5106 | +0.26% |
| 2026-09-21 | 0.50928 | +0.09% |
| 2026-09-20 | 0.50881 | 0.00% |
| 2026-09-19 | 0.50881 | 0.00% |
| 2026-09-18 | 0.50881 | +0.29% |
| 2026-09-17 | 0.50735 | +0.06% |
| 2026-09-16 | 0.50706 | +0.03% |
| 2026-09-15 | 0.50688 | -0.38% |
| 2026-09-14 | 0.50882 | +0.06% |
| 2026-09-13 | 0.50854 | 0.00% |
| 2026-09-12 | 0.50854 | 0.00% |
| Date | 1 INR in TRY | Daily change |
|---|---|---|
| 2026-09-11 | 0.50854 | +0.08% |
| 2026-09-10 | 0.50812 | -0.31% |
| 2026-09-09 | 0.5097 | -0.26% |
| 2026-09-08 | 0.51102 | -0.30% |
| 2026-09-07 | 0.51257 | -0.02% |
| 2026-09-06 | 0.51268 | 0.00% |
| 2026-09-05 | 0.51268 | 0.00% |
| 2026-09-04 | 0.51268 | +0.26% |
| 2026-09-03 | 0.51132 | +0.55% |
| 2026-09-02 | 0.50851 | +0.02% |
| 2026-09-01 | 0.50841 | +0.26% |
| 2026-08-31 | 0.50711 | +0.27% |
| 2026-08-30 | 0.50577 | 0.00% |
| 2026-08-29 | 0.50577 | 0.00% |
| 2026-08-28 | 0.50577 | — |
INR to TRY conversion table
1 INR0.51068 TRY
5 INR2.5534 TRY
10 INR5.1068 TRY
25 INR12.7671 TRY
50 INR25.5342 TRY
100 INR51.0683 TRY
500 INR255.3416 TRY
1,000 INR510.6832 TRY
5,000 INR2,553.4159 TRY
10,000 INR5,106.8318 TRY
Get the INR/TRY rate in your app
One GET request returns the latest INR → TRY rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/INR/TRY"fetch('https://rate-api.com/api/v1/pair/INR/TRY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} TRY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/TRY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} TRY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/TRY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} TRY\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "TRY"
},
"rate": 0.5107,
"timestamp": 1790429339,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
TRY to INRTurkish Lira → Indian Rupee1.9582Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.