🇱🇧Lebanon (LB)
ISO 3166 country code - Asia / Western Asia
About Lebanon
Lebanon (LB) is located in Asia, Western Asia. The official currency is the Lebanese Pound (LBP). It has 8 administrative subdivisions defined in ISO 3166-2.
Alpha-2LB
Alpha-3LBN
Numeric422
Currency
ل.ل LBP - Lebanese Pound
Code Example
import { country } from '@koshmoney/countries';
// Look up Lebanon by alpha-2 code
const lb = country.getCountry('LB');
// => { name: 'Lebanon', alpha2: 'LB', alpha3: 'LBN', numeric: '422' }
// Look up by alpha-3 code
country.getCountryByAlpha3('LBN');
// Look up by numeric code
country.getCountryByNumeric('422');Subdivisions (8)
| Code | Name | Type |
|---|---|---|
| LB-AK | Aakkâr | Governorate |
| LB-AS | Ash Shimāl | Governorate |
| LB-BA | Bayrūt | Governorate |
| LB-BH | Baalbek-Hermel | Governorate |
| LB-BI | Al Biqā‘ | Governorate |
| LB-JA | Al Janūb | Governorate |
| LB-JL | Jabal Lubnān | Governorate |
| LB-NA | An Nabaţīyah | Governorate |
FAQ
- What is the ISO code for Lebanon?
- Lebanon has three ISO 3166-1 codes: Alpha-2 "LB", Alpha-3 "LBN", and Numeric "422".
- How many subdivisions does Lebanon have?
- Lebanon has 8 subdivisions defined in ISO 3166-2, including Aakkâr, Ash Shimāl, Bayrūt, and more.
- How to look up Lebanon in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('LB') to get all ISO codes, or subdivision.getByCountry('LB') for subdivisions.
Related Countries
Use Lebanon data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries