Skip to content

BHD to LKR exchange rate API

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

875.6880

▲ +9.79% over 5Y

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 5 years, BHD/LKR traded between 770.9429 and 891.0891, averaged 816.4511 and rose 9.79%. 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 5Y

BHD/LKR over 5Y: show the values
PointBHD/LKR
2024-08-24797.5996
2024-10-01784.3400
2024-10-31773.5356
2024-11-30773.4788
2024-12-30770.9429
2025-01-29782.3470
2025-02-28779.9812
2025-03-30780.7535
2025-04-29789.5666
2025-05-29792.7172
2025-06-28797.4179
2025-07-28793.9558
2025-08-27796.4742
2025-09-26786.2435
2025-10-26805.3355
2025-11-25816.0056
2025-12-25823.1979
2026-01-24823.6654
2026-02-23820.5860
2026-03-25828.7391
2026-04-24841.3303
2026-05-24880.0261
2026-06-23886.7369
2026-07-23891.0891
2026-08-22875.3287
2026-09-21877.0962

High

891.0891

Low

770.9429

Average

816.4511

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.