Skip to content

AED to KRW exchange rate API

UAE Dirham to Won · quoted 2026-09-24

376.1264

▲ +4.26% over 5Y

1 AED = 376.1264 KRW · 1 KRW = 0.002659 AED · Get this rate via the API

1 AED buys 376.1264 KRW as of 2026-09-24, so 1 KRW buys 0.002659 AED. Over the last 5 years, AED/KRW traded between 350.9508 and 418.2290, averaged 387.9380 and rose 4.26%. The API holds daily AED/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/KRW over 5Y

AED/KRW over 5Y: show the values
PointAED/KRW
2024-08-24360.7466
2024-10-01350.9508
2024-10-31375.2979
2024-11-30379.6635
2024-12-30401.2388
2025-01-29393.8887
2025-02-28397.5137
2025-03-30394.2380
2025-04-29390.8612
2025-05-29374.3211
2025-06-28370.8450
2025-07-28377.1977
2025-08-27380.5760
2025-09-26383.8382
2025-10-26392.3835
2025-11-25398.8449
2025-12-25393.8937
2026-01-24394.1055
2026-02-23393.0154
2026-03-25407.6978
2026-04-24402.1237
2026-05-24414.7885
2026-06-23418.2290
2026-07-23400.9640
2026-08-22377.3879
2026-09-21373.5888

High

418.2290

Low

350.9508

Average

387.9380

For developers

Get this rate via the API

One GET request returns the AED/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=AED&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=KRW").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/KRW API questions

How do I get the AED/KRW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/KRW rate in rates.KRW.

How far back does AED/KRW historical data go?

Daily AED/KRW rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AED/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.