LKR to BZD exchange rate API
Sri Lanka Rupee to Belize Dollar · quoted 2026-09-27
0.006106
▼ +8.57% over 1Y
1 LKR = 0.006106 BZD · 1 BZD = 163.7733 LKR · Get this rate via the API
1 LKR buys 0.006106 BZD as of 2026-09-27, so 1 BZD buys 163.7733 LKR. Over the last year, LKR/BZD traded between 0.005950 and 0.006678, averaged 0.006328 and fell 8.57%. The API holds daily LKR/BZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/BZD over 1Y: show the values
| Point | LKR/BZD |
|---|---|
| 2025-09-27 | 0.006678 |
| 2025-10-04 | 0.006658 |
| 2025-10-11 | 0.006678 |
| 2025-10-18 | 0.006635 |
| 2025-10-25 | 0.006633 |
| 2025-11-01 | 0.006610 |
| 2025-11-08 | 0.006612 |
| 2025-11-15 | 0.006572 |
| 2025-11-22 | 0.006546 |
| 2025-11-29 | 0.006547 |
| 2025-12-06 | 0.006534 |
| 2025-12-14 | 0.006508 |
| 2025-12-21 | 0.006507 |
| 2025-12-28 | 0.006505 |
| 2026-01-04 | 0.006496 |
| 2026-01-11 | 0.006498 |
| 2026-01-18 | 0.006480 |
| 2026-01-25 | 0.006483 |
| 2026-02-01 | 0.006498 |
| 2026-02-08 | 0.006501 |
| 2026-02-15 | 0.006496 |
| 2026-02-22 | 0.006496 |
| 2026-03-01 | 0.006498 |
| 2026-03-08 | 0.006466 |
| 2026-03-15 | 0.006467 |
| 2026-03-22 | 0.006444 |
| 2026-03-29 | 0.006395 |
| 2026-04-05 | 0.006383 |
| 2026-04-12 | 0.006361 |
| 2026-04-19 | 0.006360 |
| 2026-04-26 | 0.006306 |
| 2026-05-03 | 0.006290 |
| 2026-05-10 | 0.006234 |
| 2026-05-18 | 0.006115 |
| 2026-05-26 | 0.006200 |
| 2026-06-02 | 0.006065 |
| 2026-06-11 | 0.006044 |
| 2026-06-18 | 0.006024 |
| 2026-06-25 | 0.005965 |
| 2026-07-02 | 0.005976 |
| 2026-07-09 | 0.005983 |
| 2026-07-16 | 0.005950 |
| 2026-07-23 | 0.005977 |
| 2026-07-30 | 0.005966 |
| 2026-08-06 | 0.005987 |
| 2026-08-13 | 0.006022 |
| 2026-08-21 | 0.006096 |
| 2026-08-28 | 0.006116 |
| 2026-09-04 | 0.006114 |
| 2026-09-11 | 0.006136 |
| 2026-09-18 | 0.006061 |
| 2026-09-25 | 0.006084 |
High
0.006678
Low
0.005950
Average
0.006328
Get this rate via the API
One GET request returns the LKR/BZD 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=LKR¤cies=BZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=BZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=BZD").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/BZD API questions
How do I get the LKR/BZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=BZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/BZD rate in rates.BZD.
How far back does LKR/BZD historical data go?
Daily LKR/BZD 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 LKR/BZD 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.