Free, fast JSON API for LKR sell rates β sourced directly from the Central Bank of Sri Lanka, updated every 30 minutes.
Data from cbsl.gov.lk
Last updated: 5/19/2026, 3:30:19 AM (Asia/Colombo)
Returns sell rates for all available currencies.
{
"success": true,
"timestamp": "2026-05-19T04:00:00.000Z",
"source": "Central Bank of Sri Lanka",
"base": "LKR",
"rates": {
"USD": 334.2668,
"GBP": 446.7806,
"EUR": 375.4567,
"JPY": 2.3456,
"CNY": 46.1234,
"AUD": 220.5678
}
}
Returns the sell rate for a specific currency.
{
"success": true,
"timestamp": "2026-05-19T04:00:00.000Z",
"source": "Central Bank of Sri Lanka",
"base": "LKR",
"currency": "USD",
"sell": 334.2668
}