Skip to content

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

EUR/KRW over 5Y: show the values
PointEUR/KRW
2021-09-271382.04
2021-11-081368.52
2021-12-201343.40
2022-01-311349.08
2022-03-141357.77
2022-04-271341.98
2022-06-081349.34
2022-07-201337.61
2022-08-311342.79
2022-10-121384.66
2022-11-231397.42
2023-01-051345.90
2023-02-161376.52
2023-03-301413.65
2023-05-161458.78
2023-06-271424.20
2023-08-081444.82
2023-09-191418.98
2023-10-311434.66
2023-12-121415.21
2024-01-261451.08
2024-03-081441.91
2024-04-231471.21
2024-06-051491.34
2024-07-171508.08
2024-08-271485.86
2024-10-011431.87
2024-10-311500.05
2024-11-301474.97
2024-12-301539.13
2025-01-291504.02
2025-02-281519.92
2025-03-301568.95
2025-04-291632.79
2025-05-291550.97
2025-06-281593.77
2025-07-281614.60
2025-08-271620.49
2025-09-261645.54
2025-10-261675.76
2025-11-251692.08
2025-12-251703.75
2026-01-241711.22
2026-02-231701.08
2026-03-251735.94
2026-04-241729.91
2026-05-241771.66
2026-06-231749.98
2026-07-231677.72
2026-08-221618.26
2026-09-211576.63

High

1771.66

Low

1337.61

Average

1512.18

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=KRW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=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&currencies=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.