Skip to content

LKR to BTN exchange rate API

Sri Lanka Rupee to Ngultrum · quoted 2026-09-26

0.29013

▼ +2.88% over 1Y

1 LKR = 0.29013 BTN · 1 BTN = 3.4467 LKR · Get this rate via the API

1 LKR buys 0.29013 BTN as of 2026-09-26, so 1 BTN buys 3.4467 LKR. Over the last year, LKR/BTN traded between 0.28124 and 0.30187, averaged 0.29093 and fell 2.88%. The API holds daily LKR/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/BTN over 1Y

LKR/BTN over 1Y: show the values
PointLKR/BTN
2025-09-260.29874
2025-10-030.29887
2025-10-100.29280
2025-10-170.28983
2025-10-240.28883
2025-10-310.29055
2025-11-070.29047
2025-11-140.28969
2025-11-210.28755
2025-11-280.28968
2025-12-050.29091
2025-12-130.29300
2025-12-200.29006
2025-12-270.29025
2026-01-030.29064
2026-01-100.29192
2026-01-170.29294
2026-01-240.29580
2026-01-310.29462
2026-02-070.29275
2026-02-140.29286
2026-02-210.29319
2026-02-280.29458
2026-03-070.29550
2026-03-140.29745
2026-03-210.30187
2026-03-280.30090
2026-04-040.29461
2026-04-110.29391
2026-04-180.29357
2026-04-250.29551
2026-05-020.29681
2026-05-090.29331
2026-05-170.29373
2026-05-250.29169
2026-06-010.28651
2026-06-100.28752
2026-06-170.28201
2026-06-240.28206
2026-07-010.28124
2026-07-080.28341
2026-07-150.28578
2026-07-220.28583
2026-07-290.28441
2026-08-050.28227
2026-08-120.28484
2026-08-200.28900
2026-08-270.29021
2026-09-030.28699
2026-09-100.28930
2026-09-170.28814
2026-09-240.28996

High

0.30187

Low

0.28124

Average

0.29093

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/BTN API questions

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

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

How far back does LKR/BTN historical data go?

Daily LKR/BTN 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/BTN 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.