Skip to content

AED to LAK exchange rate API

UAE Dirham to Kip · quoted 2026-09-26

6083.63

▲ +2.48% over 6M

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 6 months, AED/LAK traded between 5936.56 and 6179.13, averaged 6055.39 and rose 2.48%. 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 6M

AED/LAK over 6M: show the values
PointAED/LAK
2026-03-305936.56
2026-04-065979.19
2026-04-135994.72
2026-04-206026.01
2026-04-275955.95
2026-05-045984.04
2026-05-115954.70
2026-05-195971.85
2026-05-275972.52
2026-06-035975.72
2026-06-125963.66
2026-06-196013.20
2026-06-266042.10
2026-07-036050.00
2026-07-106141.38
2026-07-176156.30
2026-07-246158.68
2026-07-316179.13
2026-08-076157.84
2026-08-146143.61
2026-08-226127.70
2026-08-296116.69
2026-09-056114.04
2026-09-126092.16
2026-09-196120.53
2026-09-266083.63

High

6179.13

Low

5936.56

Average

6055.39

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.