Convert INR to YER
Indian Rupee → Yemeni Rial
1 INR = 2.46916 YER(1 YER = 0.404996 INR)
Currency converter
1 INR =
2.4692 YER
INR to YER: last 30 days
Over the last 30 days, 1 INR traded between 2.4651 and 2.5085 YER, averaging 2.4828 YER. The INR/YER rate is down 0.49% since 2026-08-28.
- 30-day high
- 2.5085
- 2026-09-03
- 30-day low
- 2.4651
- 2026-09-16
- 30-day average
- 2.4828
- Days with data: 30
- 30-day change
- -0.49%
- since 2026-08-28
2.5085
2.46512026-08-28 → 2026-09-26
| Date | 1 INR in YER | Daily change |
|---|---|---|
| 2026-09-26 | 2.4692 | 0.00% |
| 2026-09-25 | 2.4692 | +0.14% |
| 2026-09-24 | 2.4656 | -0.23% |
| 2026-09-23 | 2.4713 | -0.15% |
| 2026-09-22 | 2.475 | +0.24% |
| 2026-09-21 | 2.4692 | +0.07% |
| 2026-09-20 | 2.4675 | -0.01% |
| 2026-09-19 | 2.4677 | -0.02% |
| 2026-09-18 | 2.4682 | +0.09% |
| 2026-09-17 | 2.466 | +0.04% |
| 2026-09-16 | 2.4651 | -0.00% |
| 2026-09-15 | 2.4652 | -0.62% |
| 2026-09-14 | 2.4806 | +0.02% |
| 2026-09-13 | 2.4802 | -0.02% |
| 2026-09-12 | 2.4807 | +0.01% |
| Date | 1 INR in YER | Daily change |
|---|---|---|
| 2026-09-11 | 2.4805 | -0.13% |
| 2026-09-10 | 2.4837 | -0.34% |
| 2026-09-09 | 2.4921 | -0.28% |
| 2026-09-08 | 2.4991 | -0.36% |
| 2026-09-07 | 2.5082 | +0.01% |
| 2026-09-06 | 2.5081 | -0.01% |
| 2026-09-05 | 2.5083 | +0.00% |
| 2026-09-04 | 2.5082 | -0.01% |
| 2026-09-03 | 2.5085 | +0.51% |
| 2026-09-02 | 2.4957 | -0.02% |
| 2026-09-01 | 2.4961 | +0.39% |
| 2026-08-31 | 2.4865 | +0.18% |
| 2026-08-30 | 2.4821 | -0.10% |
| 2026-08-29 | 2.4847 | +0.14% |
| 2026-08-28 | 2.4813 | — |
INR to YER conversion table
1 INR2.4692 YER
5 INR12.3458 YER
10 INR24.6916 YER
25 INR61.729 YER
50 INR123.458 YER
100 INR246.916 YER
500 INR1,234.5801 YER
1,000 INR2,469.1602 YER
5,000 INR12,345.801 YER
10,000 INR24,691.602 YER
Get the INR/YER rate in your app
One GET request returns the latest INR → YER 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/YER"fetch('https://rate-api.com/api/v1/pair/INR/YER', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} YER`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/YER",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} YER")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/YER');
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']} YER\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "YER"
},
"rate": 2.4692,
"timestamp": 1790429406,
"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
YER to INRYemeni Rial → Indian Rupee0.405Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.