Skip to content

LYD to BAM exchange rate API

Libyan Dinar to Convertible Mark · quoted 2026-09-26

0.26879

▼ +13.41% over 1Y

1 LYD = 0.26879 BAM · 1 BAM = 3.7204 LYD · Get this rate via the API

1 LYD buys 0.26879 BAM as of 2026-09-26, so 1 BAM buys 3.7204 LYD. Over the last year, LYD/BAM traded between 0.26127 and 0.31110, averaged 0.27917 and fell 13.41%. The API holds daily LYD/BAM rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LYD/BAM over 1Y

LYD/BAM over 1Y: show the values
PointLYD/BAM
2025-09-260.31041
2025-10-030.30801
2025-10-100.31110
2025-10-170.30858
2025-10-240.31033
2025-10-310.31067
2025-11-070.31038
2025-11-140.30787
2025-11-210.30972
2025-11-280.30971
2025-12-050.30805
2025-12-130.30742
2025-12-200.30802
2025-12-270.30689
2026-01-030.30766
2026-01-100.30942
2026-01-170.31066
2026-01-240.26200
2026-01-310.26263
2026-02-070.26230
2026-02-140.26127
2026-02-210.26221
2026-02-280.26172
2026-03-070.26472
2026-03-140.26769
2026-03-210.26447
2026-03-280.26662
2026-04-040.26621
2026-04-110.26266
2026-04-180.26234
2026-04-250.26375
2026-05-020.26293
2026-05-090.26284
2026-05-170.26541
2026-05-250.26468
2026-06-010.26443
2026-06-100.26520
2026-06-170.26400
2026-06-240.26767
2026-07-010.26712
2026-07-080.26649
2026-07-150.26720
2026-07-220.26722
2026-07-290.26820
2026-08-050.26613
2026-08-120.26599
2026-08-200.26460
2026-08-270.26486
2026-09-030.26567
2026-09-100.26569
2026-09-170.26695
2026-09-240.26835

High

0.31110

Low

0.26127

Average

0.27917

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD&currencies=BAM").json()

Replace YOUR_API_KEY with the key from your dashboard.

LYD/BAM API questions

How do I get the LYD/BAM exchange rate from an API?

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

How far back does LYD/BAM historical data go?

Daily LYD/BAM 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 LYD/BAM 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.