Skip to content

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

BOB/LKR over 1Y: show the values
PointBOB/LKR
2025-09-2743.7445
2025-10-0443.7892
2025-10-1143.6696
2025-10-1843.8838
2025-10-2543.9950
2025-11-0144.0870
2025-11-0844.0816
2025-11-1544.3518
2025-11-2244.5499
2025-11-2944.5703
2025-12-0644.6332
2025-12-1444.6849
2025-12-2144.7224
2025-12-2844.7099
2026-01-0444.7509
2026-01-1144.6838
2026-01-1844.8316
2026-01-2544.8749
2026-02-0144.7636
2026-02-0844.8646
2026-02-1544.8044
2026-02-2244.9203
2026-03-0144.7332
2026-03-0845.0518
2026-03-1544.9846
2026-03-2245.0386
2026-03-2945.4876
2026-04-0545.6436
2026-04-1245.7489
2026-04-1945.7617
2026-04-2646.1545
2026-05-0346.2707
2026-05-1046.6842
2026-05-1847.5900
2026-05-2646.9930
2026-06-0248.0260
2026-06-1148.1857
2026-06-1848.2728
2026-06-2548.8738
2026-07-0248.5183
2026-07-0933.9226
2026-07-1632.4387
2026-07-2331.0731
2026-07-3029.7812
2026-08-0627.7397
2026-08-1328.3554
2026-08-2128.6082
2026-08-2828.4440
2026-09-0427.1017
2026-09-1126.0486
2026-09-1832.6101
2026-09-2527.0238

High

48.8738

Low

26.0486

Average

41.4364

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.