Skip to content

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

AED/LAK over YTD: show the values
PointAED/LAK
2025-12-315890.50
2026-01-075891.01
2026-01-145894.00
2026-01-215885.07
2026-01-285834.47
2026-02-045825.34
2026-02-115852.45
2026-02-185825.08
2026-02-255823.21
2026-03-045830.21
2026-03-115827.62
2026-03-185833.67
2026-03-255852.83
2026-04-015968.93
2026-04-085969.19
2026-04-155984.99
2026-04-226014.35
2026-04-295974.62
2026-05-065966.13
2026-05-145982.43
2026-05-215971.98
2026-05-295946.58
2026-06-055982.52
2026-06-145984.55
2026-06-216002.18
2026-06-286095.05
2026-07-056134.37
2026-07-126120.81
2026-07-196142.45
2026-07-266163.11
2026-08-026154.69
2026-08-096145.77
2026-08-166114.30
2026-08-246138.41
2026-08-316129.92
2026-09-076095.84
2026-09-146096.86
2026-09-216100.73

High

6163.11

Low

5823.21

Average

5987.95

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.