Skip to content

BAM to LKR exchange rate API

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

192.1433

▲ +3.38% over 6M

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 6 months, BAM/LKR traded between 185.8689 and 198.5941, averaged 194.3790 and rose 3.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 6M

BAM/LKR over 6M: show the values
PointBAM/LKR
2026-03-30185.8689
2026-04-06186.1377
2026-04-13189.6431
2026-04-20190.6464
2026-04-27191.1418
2026-05-04191.7879
2026-05-11194.5106
2026-05-19197.3067
2026-05-27194.5800
2026-06-03198.5941
2026-06-12198.1546
2026-06-19195.3485
2026-06-26195.9463
2026-07-03196.4893
2026-07-10196.8867
2026-07-17196.9960
2026-07-24195.9862
2026-07-31197.9463
2026-08-07198.1120
2026-08-14196.9124
2026-08-22196.4838
2026-08-29194.2491
2026-09-05194.8998
2026-09-12194.8689
2026-09-19194.4504
2026-09-26192.1433

High

198.5941

Low

185.8689

Average

194.3790

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.