Skip to content

AZN to LRD exchange rate API

Azerbaijanian Manat to Liberian Dollar · quoted 2026-09-27

101.2360

▼ +5.02% over 1Y

1 AZN = 101.2360 LRD · 1 LRD = 0.009878 AZN · Get this rate via the API

1 AZN buys 101.2360 LRD as of 2026-09-27, so 1 LRD buys 0.009878 AZN. Over the last year, AZN/LRD traded between 101.1706 and 109.8690, averaged 106.6288 and fell 5.02%. The API holds daily AZN/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/LRD over 1Y

AZN/LRD over 1Y: show the values
PointAZN/LRD
2025-09-27106.5879
2025-10-04107.0180
2025-10-11107.2105
2025-10-18107.8010
2025-10-25107.7039
2025-11-01107.9410
2025-11-08107.4767
2025-11-15106.7578
2025-11-22105.3939
2025-11-29104.3535
2025-12-06104.2323
2025-12-14103.8513
2025-12-21104.1080
2025-12-28104.2135
2026-01-04104.6649
2026-01-11105.7681
2026-01-18106.4145
2026-01-25108.7760
2026-02-01109.0548
2026-02-08109.8690
2026-02-15109.4750
2026-02-22108.5740
2026-03-01107.8839
2026-03-08107.5479
2026-03-15107.4169
2026-03-22107.6956
2026-03-29107.9627
2026-04-05107.9872
2026-04-12107.8224
2026-04-19108.1671
2026-04-26107.5105
2026-05-03107.9098
2026-05-10107.4024
2026-05-18109.1384
2026-05-26107.5609
2026-06-02107.4976
2026-06-11107.3386
2026-06-18107.4732
2026-06-25106.9324
2026-07-02107.0136
2026-07-09106.6145
2026-07-16106.3068
2026-07-23106.8211
2026-07-30106.4228
2026-08-06106.1507
2026-08-13106.9217
2026-08-21106.8060
2026-08-28106.5183
2026-09-04104.4064
2026-09-11102.6788
2026-09-18103.7635
2026-09-25101.1706

High

109.8690

Low

101.1706

Average

106.6288

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/LRD API questions

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

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

How far back does AZN/LRD historical data go?

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