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: show the values
| Point | AED/LAK |
|---|---|
| 2026-03-30 | 5936.56 |
| 2026-04-06 | 5979.19 |
| 2026-04-13 | 5994.72 |
| 2026-04-20 | 6026.01 |
| 2026-04-27 | 5955.95 |
| 2026-05-04 | 5984.04 |
| 2026-05-11 | 5954.70 |
| 2026-05-19 | 5971.85 |
| 2026-05-27 | 5972.52 |
| 2026-06-03 | 5975.72 |
| 2026-06-12 | 5963.66 |
| 2026-06-19 | 6013.20 |
| 2026-06-26 | 6042.10 |
| 2026-07-03 | 6050.00 |
| 2026-07-10 | 6141.38 |
| 2026-07-17 | 6156.30 |
| 2026-07-24 | 6158.68 |
| 2026-07-31 | 6179.13 |
| 2026-08-07 | 6157.84 |
| 2026-08-14 | 6143.61 |
| 2026-08-22 | 6127.70 |
| 2026-08-29 | 6116.69 |
| 2026-09-05 | 6114.04 |
| 2026-09-12 | 6092.16 |
| 2026-09-19 | 6120.53 |
| 2026-09-26 | 6083.63 |
High
6179.13
Low
5936.56
Average
6055.39
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.