Convert EUR to YER
Euro → Yemeni Rial
1 EUR = 269.78167 YER(1 YER = 0.0037067 EUR)
Currency converter
1 EUR =
269.7817 YER
EUR to YER: last 30 days
Over the last 30 days, 1 EUR traded between 268.9446 and 276.1829 YER, averaging 273.5057 YER. The EUR/YER rate is down 2.10% since 2026-08-28.
- 30-day high
- 276.1829
- 2026-09-09
- 30-day low
- 268.9446
- 2026-09-24
- 30-day average
- 273.5057
- Days with data: 30
- 30-day change
- -2.10%
- since 2026-08-28
276.1829
268.94462026-08-28 → 2026-09-26
| Date | 1 EUR in YER | Daily change |
|---|---|---|
| 2026-09-26 | 269.7817 | 0.00% |
| 2026-09-25 | 269.7817 | +0.31% |
| 2026-09-24 | 268.9446 | -0.39% |
| 2026-09-23 | 269.9844 | -0.45% |
| 2026-09-22 | 271.2036 | -0.24% |
| 2026-09-21 | 271.856 | +0.27% |
| 2026-09-20 | 271.1261 | -0.01% |
| 2026-09-19 | 271.1436 | -0.02% |
| 2026-09-18 | 271.2009 | -0.16% |
| 2026-09-17 | 271.6282 | -0.47% |
| 2026-09-16 | 272.9044 | -0.02% |
| 2026-09-15 | 272.9626 | -0.31% |
| 2026-09-14 | 273.8089 | -0.34% |
| 2026-09-13 | 274.7361 | -0.02% |
| 2026-09-12 | 274.7928 | +0.01% |
| Date | 1 EUR in YER | Daily change |
|---|---|---|
| 2026-09-11 | 274.769 | -0.21% |
| 2026-09-10 | 275.3475 | -0.30% |
| 2026-09-09 | 276.1829 | +0.34% |
| 2026-09-08 | 275.2443 | -0.07% |
| 2026-09-07 | 275.4447 | +0.01% |
| 2026-09-06 | 275.4247 | -0.01% |
| 2026-09-05 | 275.45 | +0.00% |
| 2026-09-04 | 275.4398 | +0.05% |
| 2026-09-03 | 275.3057 | +0.33% |
| 2026-09-02 | 274.4127 | -0.10% |
| 2026-09-01 | 274.6943 | +0.11% |
| 2026-08-31 | 274.404 | -0.46% |
| 2026-08-30 | 275.6675 | -0.10% |
| 2026-08-29 | 275.9511 | +0.14% |
| 2026-08-28 | 275.576 | — |
EUR to YER conversion table
1 EUR269.7817 YER
5 EUR1,348.9084 YER
10 EUR2,697.8167 YER
25 EUR6,744.5419 YER
50 EUR13,489.084 YER
100 EUR26,978.167 YER
500 EUR134,890.84 YER
1,000 EUR269,781.67 YER
5,000 EUR1,348,908.4 YER
10,000 EUR2,697,816.7 YER
Get the EUR/YER rate in your app
One GET request returns the latest EUR → 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/EUR/YER"fetch('https://rate-api.com/api/v1/pair/EUR/YER', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} YER`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/YER",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} YER")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/YER');
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']} YER\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "YER"
},
"rate": 269.7817,
"timestamp": 1790429370,
"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 EURYemeni Rial → Euro0.0037067Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.