Skip to content

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

LKR/BZD over 1Y: show the values
PointLKR/BZD
2025-09-270.006678
2025-10-040.006658
2025-10-110.006678
2025-10-180.006635
2025-10-250.006633
2025-11-010.006610
2025-11-080.006612
2025-11-150.006572
2025-11-220.006546
2025-11-290.006547
2025-12-060.006534
2025-12-140.006508
2025-12-210.006507
2025-12-280.006505
2026-01-040.006496
2026-01-110.006498
2026-01-180.006480
2026-01-250.006483
2026-02-010.006498
2026-02-080.006501
2026-02-150.006496
2026-02-220.006496
2026-03-010.006498
2026-03-080.006466
2026-03-150.006467
2026-03-220.006444
2026-03-290.006395
2026-04-050.006383
2026-04-120.006361
2026-04-190.006360
2026-04-260.006306
2026-05-030.006290
2026-05-100.006234
2026-05-180.006115
2026-05-260.006200
2026-06-020.006065
2026-06-110.006044
2026-06-180.006024
2026-06-250.005965
2026-07-020.005976
2026-07-090.005983
2026-07-160.005950
2026-07-230.005977
2026-07-300.005966
2026-08-060.005987
2026-08-130.006022
2026-08-210.006096
2026-08-280.006116
2026-09-040.006114
2026-09-110.006136
2026-09-180.006061
2026-09-250.006084

High

0.006678

Low

0.005950

Average

0.006328

For developers

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

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