Skip to content

BBD to LKR exchange rate API

Barbados Dollar to Sri Lanka Rupee · quoted 2026-09-24

165.5563

▲ +11.45% over 1Y

1 BBD = 165.5563 LKR · 1 LKR = 0.006040 BBD · Get this rate via the API

1 BBD buys 165.5563 LKR as of 2026-09-24, so 1 LKR buys 0.006040 BBD. Over the last year, BBD/LKR traded between 148.4799 and 168.4872, averaged 159.1334 and rose 11.45%. The API holds daily BBD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/LKR over 1Y

BBD/LKR over 1Y: show the values
PointBBD/LKR
2025-09-24148.5419
2025-10-01148.4799
2025-10-08151.5977
2025-10-15151.7967
2025-10-22151.8492
2025-10-29152.4472
2025-11-05152.4269
2025-11-12152.4528
2025-11-19154.3233
2025-11-26154.1825
2025-12-03154.5120
2025-12-11154.7507
2025-12-18154.8996
2025-12-25154.7612
2026-01-01154.9145
2026-01-08155.1658
2026-01-15155.0322
2026-01-22155.2159
2026-01-29155.0850
2026-02-05155.1103
2026-02-12153.6392
2026-02-19155.0628
2026-02-26155.0081
2026-03-05155.6966
2026-03-12155.8303
2026-03-19156.0211
2026-03-26157.3661
2026-04-02157.9655
2026-04-09156.9722
2026-04-16157.4614
2026-04-23157.1953
2026-04-30158.9628
2026-05-07159.2999
2026-05-15161.4508
2026-05-23167.2901
2026-05-30164.8522
2026-06-06168.2979
2026-06-15166.9972
2026-06-22167.4270
2026-06-29168.4872
2026-07-06167.9024
2026-07-13168.3177
2026-07-20168.4414
2026-07-27168.4048
2026-08-03168.1498
2026-08-10167.9734
2026-08-17166.4925
2026-08-25164.6721
2026-09-01164.3998
2026-09-08164.5150
2026-09-15165.1151
2026-09-22165.2995

High

168.4872

Low

148.4799

Average

159.1334

For developers

Get this rate via the API

One GET request returns the BBD/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=BBD&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&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=BBD&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/LKR API questions

How do I get the BBD/LKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/LKR rate in rates.LKR.

How far back does BBD/LKR historical data go?

Daily BBD/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 BBD/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.