🇵🇭Philippines (PH)

ISO 3166 country code - Asia / South-eastern Asia

About Philippines

Philippines (PH) is located in Asia, South-eastern Asia. The official currency is the Philippine Peso (PHP). It has 97 administrative subdivisions defined in ISO 3166-2.

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
PH-06Rehiyon ng Kanlurang BisayaRegion
PH-07Central VisayasRegion
PH-08Eastern VisayasRegion
PH-09Rehiyon ng Tangway ng SambuwanggaRegion
PH-10Northern MindanaoRegion
PH-11DavaoRegion
PH-12Rehiyon ng SoccsksargenRegion
PH-13CaragaRegion
PH-14BangsamoroAutonomous region
PH-15Cordillera Administrative RegionRegion

Showing 15 of 97. 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