Skip to content

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

BOB/LKR over YTD: show the values
PointBOB/LKR
2025-12-3144.7113
2026-01-0744.8651
2026-01-1444.7402
2026-01-2144.8844
2026-01-2844.9422
2026-02-0444.8264
2026-02-1144.8680
2026-02-1844.8470
2026-02-2544.8368
2026-03-0444.9804
2026-03-1145.0395
2026-03-1845.2534
2026-03-2545.5192
2026-04-0145.7691
2026-04-0845.9027
2026-04-1545.7453
2026-04-2245.9407
2026-04-2946.3288
2026-05-0646.5424
2026-05-1447.1482
2026-05-2149.5075
2026-05-2947.8512
2026-06-0548.5710
2026-06-1448.5047
2026-06-2148.1945
2026-06-2848.6859
2026-07-0548.4249
2026-07-1233.3580
2026-07-1931.4197
2026-07-2629.9429
2026-08-0227.7946
2026-08-0928.2921
2026-08-1628.6980
2026-08-2428.5220
2026-08-3127.8954
2026-09-0726.5810
2026-09-1426.4738
2026-09-2132.0857

High

49.5075

Low

26.4738

Average

40.9100

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=LKR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=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&currencies=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.