Central Bank of Sri Lanka Exchange Rate API
Official Central Bank of Sri Lanka (Sri Lanka) daily exchange rates as JSON: 55 currencies, history back to 2010. The published LKR rates required for tax, audits, and compliant invoicing.
Quick start
One request for the pair you need — USD to LKR at the official Central Bank of Sri Lanka rate:
curl "https://allratestoday.com/api/v1/central-bank/cbsl/latest?source=USD&target=LKR" \
-H "Authorization: Bearer art_live_your_key" Or the bank's full published table:
curl "https://allratestoday.com/api/v1/central-bank/cbsl/latest" \
-H "Authorization: Bearer art_live_your_key" On paid plans, any historical date or a daily time series:
curl "https://allratestoday.com/api/v1/central-bank/cbsl/history?source=USD&target=LKR&from=2025-01-01" \
-H "Authorization: Bearer art_live_your_key" Latest published rates (2026-07-28)
The most recent table as published by Central Bank of Sri Lanka — exactly what the
/latest endpoint returns right now. Values are
LKR per 1 unit of each currency:
| Base | Quote | Type | Rate |
|---|---|---|---|
AED | LKR | indicative | 91.5467 |
AUD | LKR | indicative | 235.1068 |
BDT | LKR | indicative | 2.7263 |
BHD | LKR | indicative | 891.7711 |
BND | LKR | indicative | 260.2765 |
BRL | LKR | indicative | 65.7126 |
CAD | LKR | indicative | 238.1045 |
CHF | LKR | indicative | 410.4629 |
CNH | LKR | indicative | 49.6818 |
CNY | LKR | indicative | 49.6832 |
CZK | LKR | indicative | 15.823 |
DKK | LKR | indicative | 51.1525 |
EGP | LKR | indicative | 6.6294 |
EUR | LKR | indicative | 382.3849 |
GBP | LKR | indicative | 446.9787 |
GHS | LKR | indicative | 28.8618 |
HKD | LKR | indicative | 42.8793 |
HUF | LKR | indicative | 1.0621 |
IDR | LKR | indicative | 0.0186 |
INR | LKR | indicative | 3.5066 |
JOD | LKR | indicative | 474.6629 |
JPY | LKR | indicative | 2.0533 |
KES | LKR | indicative | 2.5943 |
KRW | LKR | indicative | 0.2294 |
KWD | LKR | indicative | 1083.947 |
MMK | LKR | indicative | 0.16 |
MOP | LKR | indicative | 41.6307 |
MUR | LKR | indicative | 7.0999 |
MVR | LKR | indicative | 22.0821 |
MYR | LKR | indicative | 82.3177 |
NGN | LKR | indicative | 0.2464 |
NOK | LKR | indicative | 34.7784 |
NPR | LKR | indicative | 2.1921 |
NZD | LKR | indicative | 193.9833 |
OMR | LKR | indicative | 873.3344 |
PGK | LKR | indicative | 76.1609 |
PHP | LKR | indicative | 5.4498 |
PKR | LKR | indicative | 1.2098 |
PLN | LKR | indicative | 88.4685 |
QAR | LKR | indicative | 92.2222 |
RON | LKR | indicative | 73.1108 |
RUB | LKR | indicative | 4.3124 |
SAR | LKR | indicative | 89.5786 |
SBD | LKR | indicative | 41.6951 |
SCR | LKR | indicative | 23.1511 |
SEK | LKR | indicative | 34.576 |
SGD | LKR | indicative | 260.2765 |
THB | LKR | indicative | 9.9908 |
TWD | LKR | indicative | 10.3634 |
USD | LKR | indicative | 336.2512 |
VND | LKR | indicative | 0.0128 |
XAU | LKR | indicative | 1360529.5179 |
ZAR | LKR | indicative | 20.0294 |
ZMW | LKR | indicative | 17.9863 |
Why use the official Central Bank of Sri Lanka rate?
Live market rates move continuously, but tax filings, customs
declarations, audits, and statutory accounting in Sri Lanka and
beyond typically require the official rate published by
Central Bank of Sri Lanka for a given date — a fixed, citable number that never
changes after publication. This API serves those published tables with the
bank's own rate_date on every response; weekends and holidays
return the most recent published date, which is the rate compliance rules
require you to apply.
Pairs the bank doesn't print directly are resolved from its table (inverse
or cross via LKR) and explicitly flagged
"derived": true — so what the bank printed and what was
computed are never confused.
Endpoints
GET /api/v1/central-bank/cbsl/latest— latest table or single pair (all plans)GET /api/v1/central-bank/cbsl/{YYYY-MM-DD}— the table for any date (paid plans)GET /api/v1/central-bank/cbsl/history— daily time series, up to 5,000 rows (paid plans)
Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a day's table locally makes a small quota go far.
Frequently asked questions
Is there an API for Central Bank of Sri Lanka exchange rates?
Yes — this one. Official daily LKR rates as clean JSON, latest table on every plan including free.
How often are the rates updated?
Central Bank of Sri Lanka publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-07-28).
Are these the official rates?
Yes — ingested from Central Bank of Sri Lanka's own published data, served unmodified
with the bank's publication date. Anything computed rather than published
is flagged derived.
Central Bank of Sri Lanka rates, one API key
Latest table on every plan. History back to 2010 on paid plans. No credit card to start.
Get Free API Key Read the Docs