Skip to content

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

AZN/LAK over 1Y: show the values
PointAZN/LAK
2025-09-2712741.03
2025-10-0412785.73
2025-10-1112664.25
2025-10-1812786.68
2025-10-2512791.42
2025-11-0112780.44
2025-11-0812780.85
2025-11-1512784.40
2025-11-2212743.22
2025-11-2912783.48
2025-12-0612775.82
2025-12-1412735.00
2025-12-2112738.57
2025-12-2812723.09
2026-01-0412697.19
2026-01-1112702.56
2026-01-1812705.10
2026-01-2512666.88
2026-02-0112601.68
2026-02-0812591.81
2026-02-1512586.18
2026-02-2212584.53
2026-03-0112567.04
2026-03-0812576.65
2026-03-1512531.29
2026-03-2212605.05
2026-03-2912828.25
2026-04-0512916.97
2026-04-1212922.48
2026-04-1912969.89
2026-04-2612838.68
2026-05-0312899.29
2026-05-1012835.85
2026-05-1813079.41
2026-05-2612895.67
2026-06-0212896.41
2026-06-1112946.45
2026-06-1812935.22
2026-06-2513004.00
2026-07-0213238.80
2026-07-0913224.59
2026-07-1613219.39
2026-07-2313291.62
2026-07-3013307.61
2026-08-0613297.83
2026-08-1313269.65
2026-08-2113255.87
2026-08-2813181.82
2026-09-0413204.14
2026-09-1113186.59
2026-09-1813304.73
2026-09-2513182.89

High

13307.61

Low

12531.29

Average

12892.50

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=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&currencies=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.