BAM to LRD exchange rate API
Convertible Mark to Liberian Dollar · quoted 2026-09-26
100.1158
▼ +7.57% over 1Y
1 BAM = 100.1158 LRD · 1 LRD = 0.009988 BAM · Get this rate via the API
1 BAM buys 100.1158 LRD as of 2026-09-26, so 1 LRD buys 0.009988 BAM. Over the last year, BAM/LRD traded between 100.1158 and 113.1770, averaged 107.7198 and fell 7.57%. The API holds daily BAM/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/LRD over 1Y: show the values
| Point | BAM/LRD |
|---|---|
| 2025-09-26 | 108.3197 |
| 2025-10-03 | 108.9031 |
| 2025-10-10 | 107.0872 |
| 2025-10-17 | 109.5151 |
| 2025-10-24 | 108.4559 |
| 2025-10-31 | 108.4804 |
| 2025-11-07 | 107.9609 |
| 2025-11-14 | 108.5631 |
| 2025-11-21 | 107.0426 |
| 2025-11-28 | 105.1951 |
| 2025-12-05 | 105.7051 |
| 2025-12-13 | 106.1359 |
| 2025-12-20 | 106.1559 |
| 2025-12-27 | 106.8653 |
| 2026-01-03 | 106.9879 |
| 2026-01-10 | 106.9480 |
| 2026-01-17 | 106.9874 |
| 2026-01-24 | 111.8142 |
| 2026-01-31 | 112.3535 |
| 2026-02-07 | 113.1770 |
| 2026-02-14 | 113.0640 |
| 2026-02-21 | 111.4733 |
| 2026-02-28 | 110.8236 |
| 2026-03-07 | 108.6975 |
| 2026-03-14 | 107.2946 |
| 2026-03-21 | 108.6797 |
| 2026-03-28 | 108.0325 |
| 2026-04-04 | 107.7838 |
| 2026-04-11 | 110.3555 |
| 2026-04-18 | 111.0939 |
| 2026-04-25 | 109.6443 |
| 2026-05-02 | 110.1247 |
| 2026-05-09 | 110.3805 |
| 2026-05-17 | 108.9121 |
| 2026-05-25 | 108.5021 |
| 2026-06-01 | 108.2911 |
| 2026-06-10 | 108.1287 |
| 2026-06-17 | 108.1156 |
| 2026-06-24 | 105.9481 |
| 2026-07-01 | 105.7320 |
| 2026-07-08 | 105.8680 |
| 2026-07-15 | 106.3471 |
| 2026-07-22 | 105.7233 |
| 2026-07-29 | 105.7465 |
| 2026-08-05 | 106.4103 |
| 2026-08-12 | 106.8105 |
| 2026-08-20 | 108.1407 |
| 2026-08-27 | 108.1167 |
| 2026-09-03 | 105.4478 |
| 2026-09-10 | 103.8243 |
| 2026-09-17 | 102.1787 |
| 2026-09-24 | 100.6888 |
High
113.1770
Low
100.1158
Average
107.7198
Get this rate via the API
One GET request returns the BAM/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=BAM¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=LRD").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/LRD API questions
How do I get the BAM/LRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=LRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/LRD rate in rates.LRD.
How far back does BAM/LRD historical data go?
Daily BAM/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 BAM/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.