EUR to KRW exchange rate API
Euro to Won · quoted 2026-09-26
1555.50
▲ +12.55% over 5Y
1 EUR = 1555.50 KRW · 1 KRW = 0.000643 EUR · Get this rate via the API
1 EUR buys 1555.50 KRW as of 2026-09-26, so 1 KRW buys 0.000643 EUR. Over the last 5 years, EUR/KRW traded between 1337.61 and 1771.66, averaged 1512.18 and rose 12.55%. The API holds daily EUR/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
EUR/KRW over 5Y: show the values
| Point | EUR/KRW |
|---|---|
| 2021-09-27 | 1382.04 |
| 2021-11-08 | 1368.52 |
| 2021-12-20 | 1343.40 |
| 2022-01-31 | 1349.08 |
| 2022-03-14 | 1357.77 |
| 2022-04-27 | 1341.98 |
| 2022-06-08 | 1349.34 |
| 2022-07-20 | 1337.61 |
| 2022-08-31 | 1342.79 |
| 2022-10-12 | 1384.66 |
| 2022-11-23 | 1397.42 |
| 2023-01-05 | 1345.90 |
| 2023-02-16 | 1376.52 |
| 2023-03-30 | 1413.65 |
| 2023-05-16 | 1458.78 |
| 2023-06-27 | 1424.20 |
| 2023-08-08 | 1444.82 |
| 2023-09-19 | 1418.98 |
| 2023-10-31 | 1434.66 |
| 2023-12-12 | 1415.21 |
| 2024-01-26 | 1451.08 |
| 2024-03-08 | 1441.91 |
| 2024-04-23 | 1471.21 |
| 2024-06-05 | 1491.34 |
| 2024-07-17 | 1508.08 |
| 2024-08-27 | 1485.86 |
| 2024-10-01 | 1431.87 |
| 2024-10-31 | 1500.05 |
| 2024-11-30 | 1474.97 |
| 2024-12-30 | 1539.13 |
| 2025-01-29 | 1504.02 |
| 2025-02-28 | 1519.92 |
| 2025-03-30 | 1568.95 |
| 2025-04-29 | 1632.79 |
| 2025-05-29 | 1550.97 |
| 2025-06-28 | 1593.77 |
| 2025-07-28 | 1614.60 |
| 2025-08-27 | 1620.49 |
| 2025-09-26 | 1645.54 |
| 2025-10-26 | 1675.76 |
| 2025-11-25 | 1692.08 |
| 2025-12-25 | 1703.75 |
| 2026-01-24 | 1711.22 |
| 2026-02-23 | 1701.08 |
| 2026-03-25 | 1735.94 |
| 2026-04-24 | 1729.91 |
| 2026-05-24 | 1771.66 |
| 2026-06-23 | 1749.98 |
| 2026-07-23 | 1677.72 |
| 2026-08-22 | 1618.26 |
| 2026-09-21 | 1576.63 |
High
1771.66
Low
1337.61
Average
1512.18
Get this rate via the API
One GET request returns the EUR/KRW rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=KRW").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/KRW API questions
How do I get the EUR/KRW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/KRW rate in rates.KRW.
How far back does EUR/KRW historical data go?
Daily EUR/KRW rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free EUR/KRW exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.