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: show the values
| Point | BHD/LKR |
|---|---|
| 2026-03-29 | 832.9808 |
| 2026-04-05 | 836.6776 |
| 2026-04-12 | 835.8437 |
| 2026-04-19 | 838.0522 |
| 2026-04-26 | 842.5042 |
| 2026-05-03 | 845.8044 |
| 2026-05-10 | 852.0129 |
| 2026-05-17 | 867.6808 |
| 2026-05-24 | 880.0261 |
| 2026-05-31 | 876.2308 |
| 2026-06-07 | 890.7945 |
| 2026-06-14 | 889.0492 |
| 2026-06-21 | 885.0706 |
| 2026-06-28 | 892.5515 |
| 2026-07-05 | 889.7179 |
| 2026-07-12 | 890.6747 |
| 2026-07-19 | 891.7714 |
| 2026-07-26 | 892.8361 |
| 2026-08-02 | 891.9216 |
| 2026-08-09 | 891.1561 |
| 2026-08-16 | 883.6676 |
| 2026-08-23 | 873.8981 |
| 2026-08-30 | 870.3875 |
| 2026-09-06 | 870.8055 |
| 2026-09-13 | 871.9768 |
| 2026-09-20 | 878.6630 |
High
892.8361
Low
832.9808
Average
871.7942
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.