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: show the values
| Point | BHD/LKR |
|---|---|
| 2025-09-25 | 786.1139 |
| 2025-10-02 | 785.6257 |
| 2025-10-09 | 802.5212 |
| 2025-10-16 | 803.5321 |
| 2025-10-23 | 804.3994 |
| 2025-10-30 | 806.5296 |
| 2025-11-06 | 807.5327 |
| 2025-11-13 | 807.9084 |
| 2025-11-20 | 816.8429 |
| 2025-11-27 | 816.3443 |
| 2025-12-04 | 817.3018 |
| 2025-12-11 | 819.0036 |
| 2025-12-18 | 819.7771 |
| 2025-12-25 | 823.1979 |
| 2026-01-01 | 821.2468 |
| 2026-01-08 | 821.2003 |
| 2026-01-15 | 820.3846 |
| 2026-01-22 | 821.3568 |
| 2026-01-29 | 820.6520 |
| 2026-02-05 | 820.8415 |
| 2026-02-12 | 820.6454 |
| 2026-02-19 | 820.5899 |
| 2026-02-26 | 820.0859 |
| 2026-03-05 | 823.1928 |
| 2026-03-12 | 823.1121 |
| 2026-03-19 | 822.4185 |
| 2026-03-26 | 829.6723 |
| 2026-04-02 | 826.1390 |
| 2026-04-09 | 833.9497 |
| 2026-04-16 | 836.4261 |
| 2026-04-23 | 839.2876 |
| 2026-04-30 | 845.8617 |
| 2026-05-07 | 850.5863 |
| 2026-05-14 | 861.2932 |
| 2026-05-21 | 904.5966 |
| 2026-05-28 | 869.7954 |
| 2026-06-04 | 888.8457 |
| 2026-06-11 | 881.1541 |
| 2026-06-18 | 884.2375 |
| 2026-06-25 | 892.7542 |
| 2026-07-02 | 890.7005 |
| 2026-07-09 | 889.4296 |
| 2026-07-16 | 891.1878 |
| 2026-07-23 | 891.0891 |
| 2026-07-30 | 890.4970 |
| 2026-08-06 | 889.6632 |
| 2026-08-13 | 884.8664 |
| 2026-08-20 | 875.4239 |
| 2026-08-27 | 871.1617 |
| 2026-09-03 | 870.3211 |
| 2026-09-10 | 871.3079 |
| 2026-09-17 | 880.2447 |
| 2026-09-24 | 874.7125 |
High
904.5966
Low
785.6257
Average
843.7639
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.