Skip to content

BHD to LKR exchange rate API

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

875.6880

▲ +5.13% over 6M

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

1 BHD buys 875.6880 LKR as of 2026-09-25, so 1 LKR buys 0.001142 BHD. Over the last 6 months, BHD/LKR traded between 832.9808 and 892.8361, averaged 871.7942 and rose 5.13%. 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 6M

BHD/LKR over 6M: show the values
PointBHD/LKR
2026-03-29832.9808
2026-04-05836.6776
2026-04-12835.8437
2026-04-19838.0522
2026-04-26842.5042
2026-05-03845.8044
2026-05-10852.0129
2026-05-17867.6808
2026-05-24880.0261
2026-05-31876.2308
2026-06-07890.7945
2026-06-14889.0492
2026-06-21885.0706
2026-06-28892.5515
2026-07-05889.7179
2026-07-12890.6747
2026-07-19891.7714
2026-07-26892.8361
2026-08-02891.9216
2026-08-09891.1561
2026-08-16883.6676
2026-08-23873.8981
2026-08-30870.3875
2026-09-06870.8055
2026-09-13871.9768
2026-09-20878.6630

High

892.8361

Low

832.9808

Average

871.7942

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.