🇱🇰Sri Lanka (LK)

ISO 3166 country code - Asia / Southern Asia

About Sri Lanka

Sri Lanka (LK) is located in Asia, Southern Asia. The official currency is the Sri Lankan Rupee (LKR). It has 34 administrative subdivisions defined in ISO 3166-2.

Alpha-2LK
Alpha-3LKA
Numeric144
Currency

Rs LKR - Sri Lankan Rupee

Code Example

import { country } from '@koshmoney/countries';

// Look up Sri Lanka by alpha-2 code
const lk = country.getCountry('LK');
// => { name: 'Sri Lanka', alpha2: 'LK', alpha3: 'LKA', numeric: '144' }

// Look up by alpha-3 code
country.getCountryByAlpha3('LKA');

// Look up by numeric code
country.getCountryByNumeric('144');

Subdivisions (34)

CodeNameType
LK-1Basnāhira paḷātaProvince
LK-11ColomboDistrict
LK-12GampahaDistrict
LK-13KalutaraDistrict
LK-2Central ProvinceProvince
LK-21KandyDistrict
LK-22MataleDistrict
LK-23Nuvara ĔliyaDistrict
LK-3Dakuṇu paḷātaProvince
LK-31GāllaDistrict
LK-32MataraDistrict
LK-33AmpāntōṭṭaiDistrict
LK-4Northern ProvinceProvince
LK-41JaffnaDistrict
LK-42KilinochchiDistrict

Showing 15 of 34. View all 34 subdivisions →

FAQ

What is the ISO code for Sri Lanka?
Sri Lanka has three ISO 3166-1 codes: Alpha-2 "LK", Alpha-3 "LKA", and Numeric "144".
How many subdivisions does Sri Lanka have?
Sri Lanka has 34 subdivisions defined in ISO 3166-2, including Basnāhira paḷāta, Colombo, Gampaha, and more.
How to look up Sri Lanka in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('LK') to get all ISO codes, or subdivision.getByCountry('LK') for subdivisions.

Related Countries

Use Sri Lanka data in your project

Get ISO codes, subdivisions, currency, and more with a single npm package.

npm install @koshmoney/countries