AED to LAK exchange rate API
UAE Dirham to Kip · quoted 2026-09-26
6083.63
▲ +3.28% over YTD
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 year to date, AED/LAK traded between 5823.21 and 6163.11, averaged 5987.95 and rose 3.28%. 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 YTD: show the values
| Point | AED/LAK |
|---|---|
| 2025-12-31 | 5890.50 |
| 2026-01-07 | 5891.01 |
| 2026-01-14 | 5894.00 |
| 2026-01-21 | 5885.07 |
| 2026-01-28 | 5834.47 |
| 2026-02-04 | 5825.34 |
| 2026-02-11 | 5852.45 |
| 2026-02-18 | 5825.08 |
| 2026-02-25 | 5823.21 |
| 2026-03-04 | 5830.21 |
| 2026-03-11 | 5827.62 |
| 2026-03-18 | 5833.67 |
| 2026-03-25 | 5852.83 |
| 2026-04-01 | 5968.93 |
| 2026-04-08 | 5969.19 |
| 2026-04-15 | 5984.99 |
| 2026-04-22 | 6014.35 |
| 2026-04-29 | 5974.62 |
| 2026-05-06 | 5966.13 |
| 2026-05-14 | 5982.43 |
| 2026-05-21 | 5971.98 |
| 2026-05-29 | 5946.58 |
| 2026-06-05 | 5982.52 |
| 2026-06-14 | 5984.55 |
| 2026-06-21 | 6002.18 |
| 2026-06-28 | 6095.05 |
| 2026-07-05 | 6134.37 |
| 2026-07-12 | 6120.81 |
| 2026-07-19 | 6142.45 |
| 2026-07-26 | 6163.11 |
| 2026-08-02 | 6154.69 |
| 2026-08-09 | 6145.77 |
| 2026-08-16 | 6114.30 |
| 2026-08-24 | 6138.41 |
| 2026-08-31 | 6129.92 |
| 2026-09-07 | 6095.84 |
| 2026-09-14 | 6096.86 |
| 2026-09-21 | 6100.73 |
High
6163.11
Low
5823.21
Average
5987.95
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.