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: show the values
| Point | BHD/LKR |
|---|---|
| 2025-12-31 | 820.4015 |
| 2026-01-07 | 822.2255 |
| 2026-01-14 | 820.0604 |
| 2026-01-21 | 821.2859 |
| 2026-01-28 | 821.0363 |
| 2026-02-04 | 820.4225 |
| 2026-02-11 | 820.6733 |
| 2026-02-18 | 820.4505 |
| 2026-02-25 | 820.4000 |
| 2026-03-04 | 821.6414 |
| 2026-03-11 | 822.8242 |
| 2026-03-18 | 822.4679 |
| 2026-03-25 | 828.7391 |
| 2026-04-01 | 826.9331 |
| 2026-04-08 | 831.2082 |
| 2026-04-15 | 836.1362 |
| 2026-04-22 | 839.4641 |
| 2026-04-29 | 845.8450 |
| 2026-05-06 | 847.5970 |
| 2026-05-13 | 859.0584 |
| 2026-05-20 | 884.4411 |
| 2026-05-27 | 864.8003 |
| 2026-06-03 | 883.8343 |
| 2026-06-10 | 877.8628 |
| 2026-06-17 | 884.7972 |
| 2026-06-24 | 889.7757 |
| 2026-07-01 | 891.1803 |
| 2026-07-08 | 888.6238 |
| 2026-07-15 | 891.1177 |
| 2026-07-22 | 891.7161 |
| 2026-07-29 | 890.1464 |
| 2026-08-05 | 889.7583 |
| 2026-08-12 | 886.6179 |
| 2026-08-19 | 878.5851 |
| 2026-08-26 | 870.8570 |
| 2026-09-02 | 870.4815 |
| 2026-09-09 | 871.3691 |
| 2026-09-16 | 877.1233 |
| 2026-09-23 | 873.0364 |
High
891.7161
Low
820.0604
Average
855.0078
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=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¤cies=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.