Skip to content

AED to LAK exchange rate API

UAE Dirham to Kip · quoted 2026-09-26

6083.63

▼ +0.31% over 30D

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 30 days, AED/LAK traded between 6064.22 and 6129.92, averaged 6100.35 and fell 0.31%. 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 30D

AED/LAK over 30D: show the values
PointAED/LAK
2026-08-276102.27
2026-08-286101.13
2026-08-296116.69
2026-08-306103.91
2026-08-316129.92
2026-09-016106.59
2026-09-026113.22
2026-09-036083.13
2026-09-046111.45
2026-09-056114.04
2026-09-066099.77
2026-09-076095.84
2026-09-086106.38
2026-09-096081.11
2026-09-106097.06
2026-09-116103.24
2026-09-126092.16
2026-09-136064.22
2026-09-146096.86
2026-09-156092.84
2026-09-166101.85
2026-09-176102.74
2026-09-186091.78
2026-09-196120.53
2026-09-206089.73
2026-09-216100.73
2026-09-226108.12
2026-09-236108.91
2026-09-246106.06
2026-09-256101.61
2026-09-266083.63

High

6129.92

Low

6064.22

Average

6100.35

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.