Skip to content

BAM to LYD exchange rate API

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

3.7204

▲ +15.48% over 1Y

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

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

BAM/LYD over 1Y

BAM/LYD over 1Y: show the values
PointBAM/LYD
2025-09-263.2216
2025-10-033.2466
2025-10-103.2144
2025-10-173.2407
2025-10-243.2224
2025-10-313.2188
2025-11-073.2218
2025-11-143.2481
2025-11-213.2287
2025-11-283.2288
2025-12-053.2462
2025-12-133.2529
2025-12-203.2466
2025-12-273.2585
2026-01-033.2504
2026-01-103.2318
2026-01-173.2189
2026-01-243.8168
2026-01-313.8076
2026-02-073.8124
2026-02-143.8275
2026-02-213.8137
2026-02-283.8209
2026-03-073.7776
2026-03-143.7357
2026-03-213.7812
2026-03-283.7506
2026-04-043.7564
2026-04-113.8073
2026-04-183.8118
2026-04-253.7915
2026-05-023.8033
2026-05-093.8046
2026-05-173.7677
2026-05-253.7781
2026-06-013.7817
2026-06-103.7708
2026-06-173.7879
2026-06-243.7359
2026-07-013.7436
2026-07-083.7524
2026-07-153.7425
2026-07-223.7422
2026-07-293.7286
2026-08-053.7576
2026-08-123.7595
2026-08-203.7793
2026-08-273.7756
2026-09-033.7640
2026-09-103.7638
2026-09-173.7461
2026-09-243.7265

High

3.8275

Low

3.2144

Average

3.6008

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/LYD API questions

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

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

How far back does BAM/LYD historical data go?

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