AZN to LAK exchange rate API
Azerbaijanian Manat to Kip · quoted 2026-09-27
13138.67
▲ +3.12% over 1Y
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 year, AZN/LAK traded between 12531.29 and 13307.61, averaged 12892.50 and rose 3.12%. 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 1Y: show the values
| Point | AZN/LAK |
|---|---|
| 2025-09-27 | 12741.03 |
| 2025-10-04 | 12785.73 |
| 2025-10-11 | 12664.25 |
| 2025-10-18 | 12786.68 |
| 2025-10-25 | 12791.42 |
| 2025-11-01 | 12780.44 |
| 2025-11-08 | 12780.85 |
| 2025-11-15 | 12784.40 |
| 2025-11-22 | 12743.22 |
| 2025-11-29 | 12783.48 |
| 2025-12-06 | 12775.82 |
| 2025-12-14 | 12735.00 |
| 2025-12-21 | 12738.57 |
| 2025-12-28 | 12723.09 |
| 2026-01-04 | 12697.19 |
| 2026-01-11 | 12702.56 |
| 2026-01-18 | 12705.10 |
| 2026-01-25 | 12666.88 |
| 2026-02-01 | 12601.68 |
| 2026-02-08 | 12591.81 |
| 2026-02-15 | 12586.18 |
| 2026-02-22 | 12584.53 |
| 2026-03-01 | 12567.04 |
| 2026-03-08 | 12576.65 |
| 2026-03-15 | 12531.29 |
| 2026-03-22 | 12605.05 |
| 2026-03-29 | 12828.25 |
| 2026-04-05 | 12916.97 |
| 2026-04-12 | 12922.48 |
| 2026-04-19 | 12969.89 |
| 2026-04-26 | 12838.68 |
| 2026-05-03 | 12899.29 |
| 2026-05-10 | 12835.85 |
| 2026-05-18 | 13079.41 |
| 2026-05-26 | 12895.67 |
| 2026-06-02 | 12896.41 |
| 2026-06-11 | 12946.45 |
| 2026-06-18 | 12935.22 |
| 2026-06-25 | 13004.00 |
| 2026-07-02 | 13238.80 |
| 2026-07-09 | 13224.59 |
| 2026-07-16 | 13219.39 |
| 2026-07-23 | 13291.62 |
| 2026-07-30 | 13307.61 |
| 2026-08-06 | 13297.83 |
| 2026-08-13 | 13269.65 |
| 2026-08-21 | 13255.87 |
| 2026-08-28 | 13181.82 |
| 2026-09-04 | 13204.14 |
| 2026-09-11 | 13186.59 |
| 2026-09-18 | 13304.73 |
| 2026-09-25 | 13182.89 |
High
13307.61
Low
12531.29
Average
12892.50
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.