🇵🇭Philippines (PH)
ISO 3166 country code - Asia / South-eastern Asia
Alpha-2PH
Alpha-3PHL
Numeric608
Currency
₱ PHP - Philippine Peso
Code Example
import { country } from '@koshmoney/countries';
// Look up Philippines by alpha-2 code
const ph = country.getCountry('PH');
// => { name: 'Philippines', alpha2: 'PH', alpha3: 'PHL', numeric: '608' }
// Look up by alpha-3 code
country.getCountryByAlpha3('PHL');
// Look up by numeric code
country.getCountryByNumeric('608');Subdivisions (97)
| Code | Name | Type |
|---|---|---|
| PH-00 | National Capital Region | Region |
| PH-01 | Ilocos | Region |
| PH-02 | Cagayan Valley | Region |
| PH-03 | Central Luzon | Region |
| PH-05 | Bicol | Region |
...and 92 more. View all 97 subdivisions →
FAQ
- What is the ISO code for Philippines?
- Philippines has three ISO 3166-1 codes: Alpha-2 "PH", Alpha-3 "PHL", and Numeric "608".
- How many subdivisions does Philippines have?
- Philippines has 97 subdivisions defined in ISO 3166-2, including National Capital Region, Ilocos, Cagayan Valley, and more.
- How to look up Philippines in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('PH') to get all ISO codes, or subdivision.getByCountry('PH') for subdivisions.
Related Countries
Use Philippines data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries