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: show the values
| Point | AED/LAK |
|---|---|
| 2025-09-26 | 5928.02 |
| 2025-10-03 | 5891.36 |
| 2025-10-10 | 5922.27 |
| 2025-10-17 | 5890.91 |
| 2025-10-24 | 5893.38 |
| 2025-10-31 | 5901.41 |
| 2025-11-07 | 5910.70 |
| 2025-11-14 | 5907.90 |
| 2025-11-21 | 5913.17 |
| 2025-11-28 | 5908.19 |
| 2025-12-05 | 5907.62 |
| 2025-12-13 | 5906.04 |
| 2025-12-20 | 5907.81 |
| 2025-12-27 | 5885.62 |
| 2026-01-03 | 5891.29 |
| 2026-01-10 | 5875.79 |
| 2026-01-17 | 5882.71 |
| 2026-01-24 | 5855.95 |
| 2026-01-31 | 5861.58 |
| 2026-02-07 | 5825.03 |
| 2026-02-14 | 5836.53 |
| 2026-02-21 | 5852.69 |
| 2026-02-28 | 5827.50 |
| 2026-03-07 | 5857.50 |
| 2026-03-14 | 5835.18 |
| 2026-03-21 | 5859.98 |
| 2026-03-28 | 5962.18 |
| 2026-04-04 | 5978.45 |
| 2026-04-11 | 5978.52 |
| 2026-04-18 | 5953.70 |
| 2026-04-25 | 5956.90 |
| 2026-05-02 | 5984.04 |
| 2026-05-09 | 5977.23 |
| 2026-05-17 | 5947.82 |
| 2026-05-25 | 5954.17 |
| 2026-06-01 | 5984.79 |
| 2026-06-10 | 5983.68 |
| 2026-06-17 | 5997.40 |
| 2026-06-24 | 6039.15 |
| 2026-07-01 | 6107.52 |
| 2026-07-08 | 6156.97 |
| 2026-07-15 | 6122.13 |
| 2026-07-22 | 6153.06 |
| 2026-07-29 | 6135.31 |
| 2026-08-05 | 6155.78 |
| 2026-08-12 | 6130.16 |
| 2026-08-20 | 6103.87 |
| 2026-08-27 | 6102.27 |
| 2026-09-03 | 6083.13 |
| 2026-09-10 | 6097.06 |
| 2026-09-17 | 6102.74 |
| 2026-09-24 | 6106.06 |
High
6156.97
Low
5825.03
Average
5967.43
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.