Skip to content

BHD to LKR exchange rate API

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

875.6880

▲ +11.39% over 1Y

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 year, BHD/LKR traded between 785.6257 and 904.5966, averaged 843.7639 and rose 11.39%. 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 1Y

BHD/LKR over 1Y: show the values
PointBHD/LKR
2025-09-25786.1139
2025-10-02785.6257
2025-10-09802.5212
2025-10-16803.5321
2025-10-23804.3994
2025-10-30806.5296
2025-11-06807.5327
2025-11-13807.9084
2025-11-20816.8429
2025-11-27816.3443
2025-12-04817.3018
2025-12-11819.0036
2025-12-18819.7771
2025-12-25823.1979
2026-01-01821.2468
2026-01-08821.2003
2026-01-15820.3846
2026-01-22821.3568
2026-01-29820.6520
2026-02-05820.8415
2026-02-12820.6454
2026-02-19820.5899
2026-02-26820.0859
2026-03-05823.1928
2026-03-12823.1121
2026-03-19822.4185
2026-03-26829.6723
2026-04-02826.1390
2026-04-09833.9497
2026-04-16836.4261
2026-04-23839.2876
2026-04-30845.8617
2026-05-07850.5863
2026-05-14861.2932
2026-05-21904.5966
2026-05-28869.7954
2026-06-04888.8457
2026-06-11881.1541
2026-06-18884.2375
2026-06-25892.7542
2026-07-02890.7005
2026-07-09889.4296
2026-07-16891.1878
2026-07-23891.0891
2026-07-30890.4970
2026-08-06889.6632
2026-08-13884.8664
2026-08-20875.4239
2026-08-27871.1617
2026-09-03870.3211
2026-09-10871.3079
2026-09-17880.2447
2026-09-24874.7125

High

904.5966

Low

785.6257

Average

843.7639

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.