Convert INR to QAR
Indian Rupee → Qatari Rial
1 INR = 0.037989 QAR(1 QAR = 26.323442 INR)
Currency converter
1 INR =
0.037989 QAR
INR to QAR: last 30 days
Over the last 30 days, 1 INR traded between 0.037932 and 0.038523 QAR, averaging 0.038164 QAR. The INR/QAR rate is down 0.45% since 2026-08-28.
- 30-day high
- 0.038523
- 2026-09-03
- 30-day low
- 0.037932
- 2026-09-15
- 30-day average
- 0.038164
- Days with data: 30
- 30-day change
- -0.45%
- since 2026-08-28
0.038523
0.0379322026-08-28 → 2026-09-26
| Date | 1 INR in QAR | Daily change |
|---|---|---|
| 2026-09-26 | 0.037989 | 0.00% |
| 2026-09-25 | 0.037989 | +0.15% |
| 2026-09-24 | 0.037933 | -0.23% |
| 2026-09-23 | 0.038019 | -0.16% |
| 2026-09-22 | 0.038079 | +0.24% |
| 2026-09-21 | 0.037988 | +0.06% |
| 2026-09-20 | 0.037964 | 0.00% |
| 2026-09-19 | 0.037964 | -0.13% |
| 2026-09-18 | 0.038013 | +0.19% |
| 2026-09-17 | 0.03794 | +0.02% |
| 2026-09-16 | 0.037932 | 0.00% |
| 2026-09-15 | 0.037932 | -0.42% |
| 2026-09-14 | 0.038091 | 0.00% |
| 2026-09-13 | 0.038091 | 0.00% |
| 2026-09-12 | 0.038091 | 0.00% |
| Date | 1 INR in QAR | Daily change |
|---|---|---|
| 2026-09-11 | 0.038091 | -0.13% |
| 2026-09-10 | 0.038139 | -0.35% |
| 2026-09-09 | 0.038271 | -0.29% |
| 2026-09-08 | 0.038384 | -0.36% |
| 2026-09-07 | 0.038523 | 0.00% |
| 2026-09-06 | 0.038523 | 0.00% |
| 2026-09-05 | 0.038523 | 0.00% |
| 2026-09-04 | 0.038523 | 0.00% |
| 2026-09-03 | 0.038523 | +0.51% |
| 2026-09-02 | 0.038328 | -0.02% |
| 2026-09-01 | 0.038336 | +0.23% |
| 2026-08-31 | 0.038247 | +0.23% |
| 2026-08-30 | 0.038159 | 0.00% |
| 2026-08-29 | 0.038159 | 0.00% |
| 2026-08-28 | 0.038159 | — |
INR to QAR conversion table
1 INR0.037989 QAR
5 INR0.18994 QAR
10 INR0.37989 QAR
25 INR0.94972 QAR
50 INR1.8994 QAR
100 INR3.7989 QAR
500 INR18.9945 QAR
1,000 INR37.989 QAR
5,000 INR189.9448 QAR
10,000 INR379.8895 QAR
Get the INR/QAR rate in your app
One GET request returns the latest INR → QAR 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/QAR"fetch('https://rate-api.com/api/v1/pair/INR/QAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} QAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/QAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} QAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/QAR');
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']} QAR\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "QAR"
},
"rate": 0.038,
"timestamp": 1790429439,
"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
QAR to INRQatari Rial → Indian Rupee26.3234Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.