Skip to Content

🇱🇾Libya (LY)

ISO 3166 country code - Africa / Northern Africa

Alpha-2LY
Alpha-3LBY
Numeric434
Currency

ل.د LYD - Libyan Dinar

Code Example

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

// Look up Libya by alpha-2 code
const ly = country.getCountry('LY');
// => { name: 'Libya', alpha2: 'LY', alpha3: 'LBY', numeric: '434' }

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

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

Subdivisions (22)

CodeNameType
LY-BABanghāzīPopularate
LY-BUAl BuţnānPopularate
LY-DRDarnahPopularate
LY-GTGhātPopularate
LY-JAAl Jabal al AkhḑarPopularate

...and 17 more. View all 22 subdivisions →

FAQ

What is the ISO code for Libya?
Libya has three ISO 3166-1 codes: Alpha-2 "LY", Alpha-3 "LBY", and Numeric "434".
How many subdivisions does Libya have?
Libya has 22 subdivisions defined in ISO 3166-2, including Banghāzī, Al Buţnān, Darnah, and more.
How to look up Libya in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('LY') to get all ISO codes, or subdivision.getByCountry('LY') for subdivisions.

Related Countries

Use Libya data in your project

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

npm install @koshmoney/countries