Skip to content

AED to LAK exchange rate API

UAE Dirham to Kip · quoted 2026-09-26

6083.63

▲ +2.63% over 1Y

1 AED = 6083.63 LAK · 1 LAK = 0.000164 AED · Get this rate via the API

1 AED buys 6083.63 LAK as of 2026-09-26, so 1 LAK buys 0.000164 AED. Over the last year, AED/LAK traded between 5825.03 and 6156.97, averaged 5967.43 and rose 2.63%. The API holds daily AED/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/LAK over 1Y

AED/LAK over 1Y: show the values
PointAED/LAK
2025-09-265928.02
2025-10-035891.36
2025-10-105922.27
2025-10-175890.91
2025-10-245893.38
2025-10-315901.41
2025-11-075910.70
2025-11-145907.90
2025-11-215913.17
2025-11-285908.19
2025-12-055907.62
2025-12-135906.04
2025-12-205907.81
2025-12-275885.62
2026-01-035891.29
2026-01-105875.79
2026-01-175882.71
2026-01-245855.95
2026-01-315861.58
2026-02-075825.03
2026-02-145836.53
2026-02-215852.69
2026-02-285827.50
2026-03-075857.50
2026-03-145835.18
2026-03-215859.98
2026-03-285962.18
2026-04-045978.45
2026-04-115978.52
2026-04-185953.70
2026-04-255956.90
2026-05-025984.04
2026-05-095977.23
2026-05-175947.82
2026-05-255954.17
2026-06-015984.79
2026-06-105983.68
2026-06-175997.40
2026-06-246039.15
2026-07-016107.52
2026-07-086156.97
2026-07-156122.13
2026-07-226153.06
2026-07-296135.31
2026-08-056155.78
2026-08-126130.16
2026-08-206103.87
2026-08-276102.27
2026-09-036083.13
2026-09-106097.06
2026-09-176102.74
2026-09-246106.06

High

6156.97

Low

5825.03

Average

5967.43

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/LAK API questions

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

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

How far back does AED/LAK historical data go?

Daily AED/LAK 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/LAK 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.