BOB to LKR exchange rate API
Boliviano to Sri Lanka Rupee · quoted 2026-09-27
26.9978
▼ +39.62% over YTD
1 BOB = 26.9978 LKR · 1 LKR = 0.03704 BOB · Get this rate via the API
1 BOB buys 26.9978 LKR as of 2026-09-27, so 1 LKR buys 0.03704 BOB. Over the year to date, BOB/LKR traded between 26.4738 and 49.5075, averaged 40.9100 and fell 39.62%. The API holds daily BOB/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BOB/LKR over YTD: show the values
| Point | BOB/LKR |
|---|---|
| 2025-12-31 | 44.7113 |
| 2026-01-07 | 44.8651 |
| 2026-01-14 | 44.7402 |
| 2026-01-21 | 44.8844 |
| 2026-01-28 | 44.9422 |
| 2026-02-04 | 44.8264 |
| 2026-02-11 | 44.8680 |
| 2026-02-18 | 44.8470 |
| 2026-02-25 | 44.8368 |
| 2026-03-04 | 44.9804 |
| 2026-03-11 | 45.0395 |
| 2026-03-18 | 45.2534 |
| 2026-03-25 | 45.5192 |
| 2026-04-01 | 45.7691 |
| 2026-04-08 | 45.9027 |
| 2026-04-15 | 45.7453 |
| 2026-04-22 | 45.9407 |
| 2026-04-29 | 46.3288 |
| 2026-05-06 | 46.5424 |
| 2026-05-14 | 47.1482 |
| 2026-05-21 | 49.5075 |
| 2026-05-29 | 47.8512 |
| 2026-06-05 | 48.5710 |
| 2026-06-14 | 48.5047 |
| 2026-06-21 | 48.1945 |
| 2026-06-28 | 48.6859 |
| 2026-07-05 | 48.4249 |
| 2026-07-12 | 33.3580 |
| 2026-07-19 | 31.4197 |
| 2026-07-26 | 29.9429 |
| 2026-08-02 | 27.7946 |
| 2026-08-09 | 28.2921 |
| 2026-08-16 | 28.6980 |
| 2026-08-24 | 28.5220 |
| 2026-08-31 | 27.8954 |
| 2026-09-07 | 26.5810 |
| 2026-09-14 | 26.4738 |
| 2026-09-21 | 32.0857 |
High
49.5075
Low
26.4738
Average
40.9100
Get this rate via the API
One GET request returns the BOB/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=BOB¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
BOB/LKR API questions
How do I get the BOB/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BOB/LKR rate in rates.LKR.
How far back does BOB/LKR historical data go?
Daily BOB/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 BOB/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.