Convert EUR to KRW
Euro → South Korean Won
1 EUR = 1,545.16 KRW(1 KRW = 0.000647182 EUR)
Currency converter
1 EUR =
1,545.16 KRW
EUR to KRW: last 30 days
Over the last 30 days, 1 EUR traded between 1,545.16 and 1,600.3796 KRW, averaging 1,571.7138 KRW. The EUR/KRW rate is down 3.45% since 2026-08-28.
- 30-day high
- 1,600.3796
- 2026-08-28
- 30-day low
- 1,545.16
- 2026-09-25
- 30-day average
- 1,571.7138
- Days with data: 30
- 30-day change
- -3.45%
- since 2026-08-28
1,600.3796
1,545.162026-08-28 → 2026-09-26
| Date | 1 EUR in KRW | Daily change |
|---|---|---|
| 2026-09-26 | 1,545.16 | 0.00% |
| 2026-09-25 | 1,545.16 | -0.68% |
| 2026-09-24 | 1,555.69 | -0.15% |
| 2026-09-23 | 1,558 | +0.22% |
| 2026-09-22 | 1,554.5583 | -1.40% |
| 2026-09-21 | 1,576.6385 | -0.89% |
| 2026-09-20 | 1,590.7632 | 0.00% |
| 2026-09-19 | 1,590.7632 | 0.00% |
| 2026-09-18 | 1,590.7632 | +0.22% |
| 2026-09-17 | 1,587.3134 | +0.59% |
| 2026-09-16 | 1,578.0244 | +0.62% |
| 2026-09-15 | 1,568.3164 | +0.85% |
| 2026-09-14 | 1,555.0345 | -0.10% |
| 2026-09-13 | 1,556.5692 | 0.00% |
| 2026-09-12 | 1,556.5692 | 0.00% |
| Date | 1 EUR in KRW | Daily change |
|---|---|---|
| 2026-09-11 | 1,556.5692 | -0.28% |
| 2026-09-10 | 1,560.9609 | +0.26% |
| 2026-09-09 | 1,556.9434 | -0.08% |
| 2026-09-08 | 1,558.2152 | -0.53% |
| 2026-09-07 | 1,566.559 | -0.18% |
| 2026-09-06 | 1,569.3715 | 0.00% |
| 2026-09-05 | 1,569.3715 | 0.00% |
| 2026-09-04 | 1,569.3715 | -0.45% |
| 2026-09-03 | 1,576.4844 | -0.07% |
| 2026-09-02 | 1,577.5665 | -0.98% |
| 2026-09-01 | 1,593.1781 | +0.43% |
| 2026-08-31 | 1,586.3608 | -0.88% |
| 2026-08-30 | 1,600.3796 | 0.00% |
| 2026-08-29 | 1,600.3796 | 0.00% |
| 2026-08-28 | 1,600.3796 | — |
EUR to KRW conversion table
1 EUR1,545.16 KRW
5 EUR7,725.8 KRW
10 EUR15,451.6 KRW
25 EUR38,629 KRW
50 EUR77,258 KRW
100 EUR154,516 KRW
500 EUR772,580 KRW
1,000 EUR1,545,160 KRW
5,000 EUR7,725,800 KRW
10,000 EUR15,451,600 KRW
Get the EUR/KRW rate in your app
One GET request returns the latest EUR → KRW 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/KRW"fetch('https://rate-api.com/api/v1/pair/EUR/KRW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} KRW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/KRW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} KRW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/KRW');
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']} KRW\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "KRW"
},
"rate": 1545.16,
"timestamp": 1790429423,
"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
KRW to EURSouth Korean Won → Euro0.00064718Convert EUR to other currencies
Convert other currencies to KRW
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.