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: show the values
| Point | AZN/LRD |
|---|---|
| 2025-09-27 | 106.5879 |
| 2025-10-04 | 107.0180 |
| 2025-10-11 | 107.2105 |
| 2025-10-18 | 107.8010 |
| 2025-10-25 | 107.7039 |
| 2025-11-01 | 107.9410 |
| 2025-11-08 | 107.4767 |
| 2025-11-15 | 106.7578 |
| 2025-11-22 | 105.3939 |
| 2025-11-29 | 104.3535 |
| 2025-12-06 | 104.2323 |
| 2025-12-14 | 103.8513 |
| 2025-12-21 | 104.1080 |
| 2025-12-28 | 104.2135 |
| 2026-01-04 | 104.6649 |
| 2026-01-11 | 105.7681 |
| 2026-01-18 | 106.4145 |
| 2026-01-25 | 108.7760 |
| 2026-02-01 | 109.0548 |
| 2026-02-08 | 109.8690 |
| 2026-02-15 | 109.4750 |
| 2026-02-22 | 108.5740 |
| 2026-03-01 | 107.8839 |
| 2026-03-08 | 107.5479 |
| 2026-03-15 | 107.4169 |
| 2026-03-22 | 107.6956 |
| 2026-03-29 | 107.9627 |
| 2026-04-05 | 107.9872 |
| 2026-04-12 | 107.8224 |
| 2026-04-19 | 108.1671 |
| 2026-04-26 | 107.5105 |
| 2026-05-03 | 107.9098 |
| 2026-05-10 | 107.4024 |
| 2026-05-18 | 109.1384 |
| 2026-05-26 | 107.5609 |
| 2026-06-02 | 107.4976 |
| 2026-06-11 | 107.3386 |
| 2026-06-18 | 107.4732 |
| 2026-06-25 | 106.9324 |
| 2026-07-02 | 107.0136 |
| 2026-07-09 | 106.6145 |
| 2026-07-16 | 106.3068 |
| 2026-07-23 | 106.8211 |
| 2026-07-30 | 106.4228 |
| 2026-08-06 | 106.1507 |
| 2026-08-13 | 106.9217 |
| 2026-08-21 | 106.8060 |
| 2026-08-28 | 106.5183 |
| 2026-09-04 | 104.4064 |
| 2026-09-11 | 102.6788 |
| 2026-09-18 | 103.7635 |
| 2026-09-25 | 101.1706 |
High
109.8690
Low
101.1706
Average
106.6288
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.