Skip to content

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

BAM/LRD over 1Y: show the values
PointBAM/LRD
2025-09-26108.3197
2025-10-03108.9031
2025-10-10107.0872
2025-10-17109.5151
2025-10-24108.4559
2025-10-31108.4804
2025-11-07107.9609
2025-11-14108.5631
2025-11-21107.0426
2025-11-28105.1951
2025-12-05105.7051
2025-12-13106.1359
2025-12-20106.1559
2025-12-27106.8653
2026-01-03106.9879
2026-01-10106.9480
2026-01-17106.9874
2026-01-24111.8142
2026-01-31112.3535
2026-02-07113.1770
2026-02-14113.0640
2026-02-21111.4733
2026-02-28110.8236
2026-03-07108.6975
2026-03-14107.2946
2026-03-21108.6797
2026-03-28108.0325
2026-04-04107.7838
2026-04-11110.3555
2026-04-18111.0939
2026-04-25109.6443
2026-05-02110.1247
2026-05-09110.3805
2026-05-17108.9121
2026-05-25108.5021
2026-06-01108.2911
2026-06-10108.1287
2026-06-17108.1156
2026-06-24105.9481
2026-07-01105.7320
2026-07-08105.8680
2026-07-15106.3471
2026-07-22105.7233
2026-07-29105.7465
2026-08-05106.4103
2026-08-12106.8105
2026-08-20108.1407
2026-08-27108.1167
2026-09-03105.4478
2026-09-10103.8243
2026-09-17102.1787
2026-09-24100.6888

High

113.1770

Low

100.1158

Average

107.7198

For developers

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