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: show the values
| Point | AED/KRW |
|---|---|
| 2024-08-24 | 360.7466 |
| 2024-10-01 | 350.9508 |
| 2024-10-31 | 375.2979 |
| 2024-11-30 | 379.6635 |
| 2024-12-30 | 401.2388 |
| 2025-01-29 | 393.8887 |
| 2025-02-28 | 397.5137 |
| 2025-03-30 | 394.2380 |
| 2025-04-29 | 390.8612 |
| 2025-05-29 | 374.3211 |
| 2025-06-28 | 370.8450 |
| 2025-07-28 | 377.1977 |
| 2025-08-27 | 380.5760 |
| 2025-09-26 | 383.8382 |
| 2025-10-26 | 392.3835 |
| 2025-11-25 | 398.8449 |
| 2025-12-25 | 393.8937 |
| 2026-01-24 | 394.1055 |
| 2026-02-23 | 393.0154 |
| 2026-03-25 | 407.6978 |
| 2026-04-24 | 402.1237 |
| 2026-05-24 | 414.7885 |
| 2026-06-23 | 418.2290 |
| 2026-07-23 | 400.9640 |
| 2026-08-22 | 377.3879 |
| 2026-09-21 | 373.5888 |
High
418.2290
Low
350.9508
Average
387.9380
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.