Skip to content

BHD to LKR exchange rate API

Bahraini Dinar to Sri Lanka Rupee · quoted 2026-09-25

875.3175

▲ +6.69% over YTD

1 BHD = 875.3175 LKR · 1 LKR = 0.001142 BHD · Get this rate via the API

1 BHD buys 875.3175 LKR as of 2026-09-25, so 1 LKR buys 0.001142 BHD. Over the year to date, BHD/LKR traded between 820.0604 and 891.7161, averaged 855.0078 and rose 6.69%. The API holds daily BHD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BHD/LKR over YTD

BHD/LKR over YTD: show the values
PointBHD/LKR
2025-12-31820.4015
2026-01-07822.2255
2026-01-14820.0604
2026-01-21821.2859
2026-01-28821.0363
2026-02-04820.4225
2026-02-11820.6733
2026-02-18820.4505
2026-02-25820.4000
2026-03-04821.6414
2026-03-11822.8242
2026-03-18822.4679
2026-03-25828.7391
2026-04-01826.9331
2026-04-08831.2082
2026-04-15836.1362
2026-04-22839.4641
2026-04-29845.8450
2026-05-06847.5970
2026-05-13859.0584
2026-05-20884.4411
2026-05-27864.8003
2026-06-03883.8343
2026-06-10877.8628
2026-06-17884.7972
2026-06-24889.7757
2026-07-01891.1803
2026-07-08888.6238
2026-07-15891.1177
2026-07-22891.7161
2026-07-29890.1464
2026-08-05889.7583
2026-08-12886.6179
2026-08-19878.5851
2026-08-26870.8570
2026-09-02870.4815
2026-09-09871.3691
2026-09-16877.1233
2026-09-23873.0364

High

891.7161

Low

820.0604

Average

855.0078

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BHD/LKR API questions

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

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

How far back does BHD/LKR historical data go?

Daily BHD/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 BHD/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.