Convert YER to INR
Yemeni Rial → Indian Rupee
1 YER = 0.404996 INR(1 INR = 2.46916 YER)
Currency converter
1 YER =
0.405 INR
YER to INR: last 30 days
Over the last 30 days, 1 YER traded between 0.39865 and 0.40567 INR, averaging 0.40279 INR. The YER/INR rate is up 0.49% since 2026-08-28.
- 30-day high
- 0.40567
- 2026-09-16
- 30-day low
- 0.39865
- 2026-09-03
- 30-day average
- 0.40279
- Days with data: 30
- 30-day change
- +0.49%
- since 2026-08-28
0.40567
0.398652026-08-28 → 2026-09-26
| Date | 1 YER in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.405 | 0.00% |
| 2026-09-25 | 0.405 | -0.14% |
| 2026-09-24 | 0.40558 | +0.23% |
| 2026-09-23 | 0.40465 | +0.15% |
| 2026-09-22 | 0.40403 | -0.24% |
| 2026-09-21 | 0.40498 | -0.07% |
| 2026-09-20 | 0.40527 | +0.01% |
| 2026-09-19 | 0.40524 | +0.02% |
| 2026-09-18 | 0.40516 | -0.09% |
| 2026-09-17 | 0.40551 | -0.04% |
| 2026-09-16 | 0.40567 | +0.00% |
| 2026-09-15 | 0.40565 | +0.63% |
| 2026-09-14 | 0.40313 | -0.02% |
| 2026-09-13 | 0.4032 | +0.02% |
| 2026-09-12 | 0.40312 | -0.01% |
| Date | 1 YER in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.40315 | +0.13% |
| 2026-09-10 | 0.40263 | +0.34% |
| 2026-09-09 | 0.40126 | +0.28% |
| 2026-09-08 | 0.40014 | +0.36% |
| 2026-09-07 | 0.39869 | -0.01% |
| 2026-09-06 | 0.39871 | +0.01% |
| 2026-09-05 | 0.39868 | -0.00% |
| 2026-09-04 | 0.39869 | +0.01% |
| 2026-09-03 | 0.39865 | -0.51% |
| 2026-09-02 | 0.4007 | +0.02% |
| 2026-09-01 | 0.40062 | -0.39% |
| 2026-08-31 | 0.40218 | -0.18% |
| 2026-08-30 | 0.40288 | +0.10% |
| 2026-08-29 | 0.40247 | -0.14% |
| 2026-08-28 | 0.40302 | — |
YER to INR conversion table
1 YER0.405 INR
5 YER2.025 INR
10 YER4.05 INR
25 YER10.1249 INR
50 YER20.2498 INR
100 YER40.4996 INR
500 YER202.498 INR
1,000 YER404.996 INR
5,000 YER2,024.98 INR
10,000 YER4,049.96 INR
Get the YER/INR rate in your app
One GET request returns the latest YER → INR 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/YER/INR"fetch('https://rate-api.com/api/v1/pair/YER/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 YER = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/YER/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 YER = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/YER/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 YER = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "YER",
"to": "INR"
},
"rate": 0.405,
"timestamp": 1790435134,
"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
INR to YERIndian Rupee → Yemeni Rial2.4692Convert YER to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.