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: show the values
| Point | BHD/LKR |
|---|---|
| 2024-08-24 | 797.5996 |
| 2024-10-01 | 784.3400 |
| 2024-10-31 | 773.5356 |
| 2024-11-30 | 773.4788 |
| 2024-12-30 | 770.9429 |
| 2025-01-29 | 782.3470 |
| 2025-02-28 | 779.9812 |
| 2025-03-30 | 780.7535 |
| 2025-04-29 | 789.5666 |
| 2025-05-29 | 792.7172 |
| 2025-06-28 | 797.4179 |
| 2025-07-28 | 793.9558 |
| 2025-08-27 | 796.4742 |
| 2025-09-26 | 786.2435 |
| 2025-10-26 | 805.3355 |
| 2025-11-25 | 816.0056 |
| 2025-12-25 | 823.1979 |
| 2026-01-24 | 823.6654 |
| 2026-02-23 | 820.5860 |
| 2026-03-25 | 828.7391 |
| 2026-04-24 | 841.3303 |
| 2026-05-24 | 880.0261 |
| 2026-06-23 | 886.7369 |
| 2026-07-23 | 891.0891 |
| 2026-08-22 | 875.3287 |
| 2026-09-21 | 877.0962 |
High
891.0891
Low
770.9429
Average
816.4511
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.