Convert EUR to QAR
Euro → Qatari Rial
1 EUR = 4.150692 QAR(1 QAR = 0.240924 EUR)
Currency converter
1 EUR =
4.1507 QAR
EUR to QAR: last 30 days
Over the last 30 days, 1 EUR traded between 4.1376 and 4.2413 QAR, averaging 4.2041 QAR. The EUR/QAR rate is down 2.06% since 2026-08-28.
- 30-day high
- 4.2413
- 2026-09-09
- 30-day low
- 4.1376
- 2026-09-24
- 30-day average
- 4.2041
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
4.2413
4.13762026-08-28 → 2026-09-26
| Date | 1 EUR in QAR | Daily change |
|---|---|---|
| 2026-09-26 | 4.1507 | 0.00% |
| 2026-09-25 | 4.1507 | +0.32% |
| 2026-09-24 | 4.1376 | -0.39% |
| 2026-09-23 | 4.1536 | -0.45% |
| 2026-09-22 | 4.1725 | -0.23% |
| 2026-09-21 | 4.1824 | +0.26% |
| 2026-09-20 | 4.1714 | 0.00% |
| 2026-09-19 | 4.1714 | -0.13% |
| 2026-09-18 | 4.1768 | -0.05% |
| 2026-09-17 | 4.1791 | -0.48% |
| 2026-09-16 | 4.1995 | -0.02% |
| 2026-09-15 | 4.2002 | -0.10% |
| 2026-09-14 | 4.2045 | -0.35% |
| 2026-09-13 | 4.2195 | 0.00% |
| 2026-09-12 | 4.2195 | 0.00% |
| Date | 1 EUR in QAR | Daily change |
|---|---|---|
| 2026-09-11 | 4.2195 | -0.21% |
| 2026-09-10 | 4.2282 | -0.31% |
| 2026-09-09 | 4.2413 | +0.33% |
| 2026-09-08 | 4.2275 | -0.07% |
| 2026-09-07 | 4.2304 | 0.00% |
| 2026-09-06 | 4.2304 | 0.00% |
| 2026-09-05 | 4.2304 | 0.00% |
| 2026-09-04 | 4.2304 | +0.06% |
| 2026-09-03 | 4.2278 | +0.32% |
| 2026-09-02 | 4.2144 | -0.10% |
| 2026-09-01 | 4.2188 | -0.05% |
| 2026-08-31 | 4.2209 | -0.40% |
| 2026-08-30 | 4.238 | 0.00% |
| 2026-08-29 | 4.238 | 0.00% |
| 2026-08-28 | 4.238 | — |
EUR to QAR conversion table
1 EUR4.1507 QAR
5 EUR20.7535 QAR
10 EUR41.5069 QAR
25 EUR103.7673 QAR
50 EUR207.5346 QAR
100 EUR415.0692 QAR
500 EUR2,075.346 QAR
1,000 EUR4,150.692 QAR
5,000 EUR20,753.46 QAR
10,000 EUR41,506.92 QAR
Get the EUR/QAR rate in your app
One GET request returns the latest EUR → 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/EUR/QAR"fetch('https://rate-api.com/api/v1/pair/EUR/QAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} QAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/QAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} QAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/QAR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} QAR\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "QAR"
},
"rate": 4.1507,
"timestamp": 1790429422,
"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 EURQatari Rial → Euro0.24092Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.