AZN to LAK exchange rate API
Azerbaijanian Manat to Kip · quoted 2026-09-27
13138.67
▲ +1.93% over 6M
1 AZN = 13138.67 LAK · 1 LAK = 0.000076 AZN · Get this rate via the API
1 AZN buys 13138.67 LAK as of 2026-09-27, so 1 LAK buys 0.000076 AZN. Over the last 6 months, AZN/LAK traded between 12525.30 and 13322.41, averaged 13065.06 and rose 1.93%. The API holds daily AZN/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/LAK over 6M: show the values
| Point | AZN/LAK |
|---|---|
| 2026-03-31 | 12890.02 |
| 2026-04-07 | 12902.97 |
| 2026-04-14 | 12807.76 |
| 2026-04-21 | 12961.78 |
| 2026-04-28 | 12878.64 |
| 2026-05-05 | 12525.30 |
| 2026-05-12 | 12899.14 |
| 2026-05-20 | 12907.05 |
| 2026-05-28 | 12912.07 |
| 2026-06-04 | 12917.26 |
| 2026-06-13 | 13017.02 |
| 2026-06-20 | 12982.53 |
| 2026-06-27 | 13079.08 |
| 2026-07-04 | 13310.89 |
| 2026-07-11 | 13232.09 |
| 2026-07-18 | 13284.05 |
| 2026-07-25 | 13322.41 |
| 2026-08-01 | 13295.36 |
| 2026-08-08 | 13298.83 |
| 2026-08-15 | 13258.91 |
| 2026-08-23 | 13220.94 |
| 2026-08-30 | 13175.21 |
| 2026-09-06 | 13165.50 |
| 2026-09-13 | 13091.16 |
| 2026-09-20 | 13143.44 |
| 2026-09-27 | 13138.67 |
High
13322.41
Low
12525.30
Average
13065.06
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/LAK API questions
How do I get the AZN/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/LAK rate in rates.LAK.
How far back does AZN/LAK historical data go?
Daily AZN/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 AZN/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.