BOB to LKR exchange rate API
Boliviano to Sri Lanka Rupee · quoted 2026-09-27
26.9978
▼ +38.28% over 1Y
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 last year, BOB/LKR traded between 26.0486 and 48.8738, averaged 41.4364 and fell 38.28%. 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 1Y: show the values
| Point | BOB/LKR |
|---|---|
| 2025-09-27 | 43.7445 |
| 2025-10-04 | 43.7892 |
| 2025-10-11 | 43.6696 |
| 2025-10-18 | 43.8838 |
| 2025-10-25 | 43.9950 |
| 2025-11-01 | 44.0870 |
| 2025-11-08 | 44.0816 |
| 2025-11-15 | 44.3518 |
| 2025-11-22 | 44.5499 |
| 2025-11-29 | 44.5703 |
| 2025-12-06 | 44.6332 |
| 2025-12-14 | 44.6849 |
| 2025-12-21 | 44.7224 |
| 2025-12-28 | 44.7099 |
| 2026-01-04 | 44.7509 |
| 2026-01-11 | 44.6838 |
| 2026-01-18 | 44.8316 |
| 2026-01-25 | 44.8749 |
| 2026-02-01 | 44.7636 |
| 2026-02-08 | 44.8646 |
| 2026-02-15 | 44.8044 |
| 2026-02-22 | 44.9203 |
| 2026-03-01 | 44.7332 |
| 2026-03-08 | 45.0518 |
| 2026-03-15 | 44.9846 |
| 2026-03-22 | 45.0386 |
| 2026-03-29 | 45.4876 |
| 2026-04-05 | 45.6436 |
| 2026-04-12 | 45.7489 |
| 2026-04-19 | 45.7617 |
| 2026-04-26 | 46.1545 |
| 2026-05-03 | 46.2707 |
| 2026-05-10 | 46.6842 |
| 2026-05-18 | 47.5900 |
| 2026-05-26 | 46.9930 |
| 2026-06-02 | 48.0260 |
| 2026-06-11 | 48.1857 |
| 2026-06-18 | 48.2728 |
| 2026-06-25 | 48.8738 |
| 2026-07-02 | 48.5183 |
| 2026-07-09 | 33.9226 |
| 2026-07-16 | 32.4387 |
| 2026-07-23 | 31.0731 |
| 2026-07-30 | 29.7812 |
| 2026-08-06 | 27.7397 |
| 2026-08-13 | 28.3554 |
| 2026-08-21 | 28.6082 |
| 2026-08-28 | 28.4440 |
| 2026-09-04 | 27.1017 |
| 2026-09-11 | 26.0486 |
| 2026-09-18 | 32.6101 |
| 2026-09-25 | 27.0238 |
High
48.8738
Low
26.0486
Average
41.4364
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.