Skip to content

AZN to LVL exchange rate API

Azerbaijanian Manat to Latvian Lats · quoted 2026-09-26

0.36292

▲ +0.23% over 1Y

1 AZN = 0.36292 LVL · 1 LVL = 2.7554 AZN · Get this rate via the API

1 AZN buys 0.36292 LVL as of 2026-09-26, so 1 LVL buys 2.7554 AZN. Over the last year, AZN/LVL traded between 0.34847 and 0.36523, averaged 0.35654 and rose 0.23%. The API holds daily AZN/LVL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/LVL over 1Y

AZN/LVL over 1Y: show the values
PointAZN/LVL
2025-09-260.36208
2025-10-030.36038
2025-10-100.36523
2025-10-170.35327
2025-10-240.35605
2025-10-310.35703
2025-11-070.35830
2025-11-140.35532
2025-11-210.35837
2025-11-280.35687
2025-12-050.35474
2025-12-130.35223
2025-12-200.35293
2025-12-270.35109
2026-01-030.35246
2026-01-100.35514
2026-01-170.35656
2026-01-240.34941
2026-01-310.34861
2026-02-070.35007
2026-02-140.34847
2026-02-210.35084
2026-02-280.34997
2026-03-070.35586
2026-03-140.36100
2026-03-210.35665
2026-03-280.35499
2026-04-040.35903
2026-04-110.35499
2026-04-180.35499
2026-04-250.35499
2026-05-020.35499
2026-05-090.35499
2026-05-170.35523
2026-05-250.35526
2026-06-010.35494
2026-06-100.35798
2026-06-170.35602
2026-06-240.36378
2026-07-010.36250
2026-07-080.36212
2026-07-150.36134
2026-07-220.36243
2026-07-290.36275
2026-08-050.35833
2026-08-120.35836
2026-08-200.35391
2026-08-270.35489
2026-09-030.35646
2026-09-100.35523
2026-09-170.36064
2026-09-240.36338

High

0.36523

Low

0.34847

Average

0.35654

For developers

Get this rate via the API

One GET request returns the AZN/LVL 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=LVL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=LVL");
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=LVL").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/LVL API questions

How do I get the AZN/LVL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=LVL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/LVL rate in rates.LVL.

How far back does AZN/LVL historical data go?

Daily AZN/LVL 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/LVL 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.