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: show the values
| Point | BBD/LKR |
|---|---|
| 2025-09-24 | 148.5419 |
| 2025-10-01 | 148.4799 |
| 2025-10-08 | 151.5977 |
| 2025-10-15 | 151.7967 |
| 2025-10-22 | 151.8492 |
| 2025-10-29 | 152.4472 |
| 2025-11-05 | 152.4269 |
| 2025-11-12 | 152.4528 |
| 2025-11-19 | 154.3233 |
| 2025-11-26 | 154.1825 |
| 2025-12-03 | 154.5120 |
| 2025-12-11 | 154.7507 |
| 2025-12-18 | 154.8996 |
| 2025-12-25 | 154.7612 |
| 2026-01-01 | 154.9145 |
| 2026-01-08 | 155.1658 |
| 2026-01-15 | 155.0322 |
| 2026-01-22 | 155.2159 |
| 2026-01-29 | 155.0850 |
| 2026-02-05 | 155.1103 |
| 2026-02-12 | 153.6392 |
| 2026-02-19 | 155.0628 |
| 2026-02-26 | 155.0081 |
| 2026-03-05 | 155.6966 |
| 2026-03-12 | 155.8303 |
| 2026-03-19 | 156.0211 |
| 2026-03-26 | 157.3661 |
| 2026-04-02 | 157.9655 |
| 2026-04-09 | 156.9722 |
| 2026-04-16 | 157.4614 |
| 2026-04-23 | 157.1953 |
| 2026-04-30 | 158.9628 |
| 2026-05-07 | 159.2999 |
| 2026-05-15 | 161.4508 |
| 2026-05-23 | 167.2901 |
| 2026-05-30 | 164.8522 |
| 2026-06-06 | 168.2979 |
| 2026-06-15 | 166.9972 |
| 2026-06-22 | 167.4270 |
| 2026-06-29 | 168.4872 |
| 2026-07-06 | 167.9024 |
| 2026-07-13 | 168.3177 |
| 2026-07-20 | 168.4414 |
| 2026-07-27 | 168.4048 |
| 2026-08-03 | 168.1498 |
| 2026-08-10 | 167.9734 |
| 2026-08-17 | 166.4925 |
| 2026-08-25 | 164.6721 |
| 2026-09-01 | 164.3998 |
| 2026-09-08 | 164.5150 |
| 2026-09-15 | 165.1151 |
| 2026-09-22 | 165.2995 |
High
168.4872
Low
148.4799
Average
159.1334
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.