Skip to Content

🇵🇭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)

CodeNameType
PH-00National Capital RegionRegion
PH-01IlocosRegion
PH-02Cagayan ValleyRegion
PH-03Central LuzonRegion
PH-05BicolRegion

...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