Skip to content

BAM to LKR exchange rate API

Convertible Mark to Sri Lanka Rupee · quoted 2026-09-26

192.1433

▲ +8.38% over 1Y

1 BAM = 192.1433 LKR · 1 LKR = 0.005204 BAM · Get this rate via the API

1 BAM buys 192.1433 LKR as of 2026-09-26, so 1 LKR buys 0.005204 BAM. Over the last year, BAM/LKR traded between 177.2832 and 198.5710, averaged 189.0140 and rose 8.38%. The API holds daily BAM/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/LKR over 1Y

BAM/LKR over 1Y: show the values
PointBAM/LKR
2025-09-26177.2832
2025-10-03177.9468
2025-10-10179.3768
2025-10-17181.6697
2025-10-24180.5035
2025-10-31180.3859
2025-11-07180.0300
2025-11-14182.3224
2025-11-21181.9415
2025-11-28182.7435
2025-12-05184.0580
2025-12-13185.4646
2025-12-20184.9592
2025-12-27186.3862
2026-01-03185.7349
2026-01-10184.0411
2026-01-17183.6332
2026-01-24187.2146
2026-01-31188.6763
2026-02-07186.8109
2026-02-14187.5694
2026-02-21186.4361
2026-02-28186.6281
2026-03-07184.8034
2026-03-14182.1956
2026-03-21184.8385
2026-03-28185.3470
2026-04-04185.3237
2026-04-11189.0019
2026-04-18190.6308
2026-04-25190.4670
2026-05-02191.4545
2026-05-09193.6375
2026-05-17194.4484
2026-05-25194.5573
2026-06-01197.1146
2026-06-10195.9595
2026-06-17198.5710
2026-06-24195.4164
2026-07-01196.3731
2026-07-08196.0165
2026-07-15196.9942
2026-07-22196.5861
2026-07-29196.0347
2026-08-05198.3735
2026-08-12197.6567
2026-08-20197.6132
2026-08-27196.1116
2026-09-03195.0524
2026-09-10195.9541
2026-09-17194.9706
2026-09-24192.2783

High

198.5710

Low

177.2832

Average

189.0140

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/LKR API questions

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

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

How far back does BAM/LKR historical data go?

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