🇲🇾Malaysia (MY)

ISO 3166 country code - Asia / South-eastern Asia

About Malaysia

Malaysia (MY) is located in Asia, South-eastern Asia. The official currency is the Malaysian Ringgit (MYR). It has 16 administrative subdivisions defined in ISO 3166-2.

Alpha-2MY
Alpha-3MYS
Numeric458
Currency

RM MYR - Malaysian Ringgit

Code Example

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

// Look up Malaysia by alpha-2 code
const my = country.getCountry('MY');
// => { name: 'Malaysia', alpha2: 'MY', alpha3: 'MYS', numeric: '458' }

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

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

Subdivisions (16)

CodeNameType
MY-01JohorState
MY-02KedahState
MY-03KelantanState
MY-04MelakaState
MY-05Negeri SembilanState
MY-06PahangState
MY-07Pulau PinangState
MY-08PerakState
MY-09PerlisState
MY-10SelangorState
MY-11TerengganuState
MY-12SabahState
MY-13SarawakState
MY-14Wilayah Persekutuan Kuala LumpurFederal territory
MY-15Wilayah Persekutuan LabuanFederal territory

Showing 15 of 16. View all 16 subdivisions →

FAQ

What is the ISO code for Malaysia?
Malaysia has three ISO 3166-1 codes: Alpha-2 "MY", Alpha-3 "MYS", and Numeric "458".
How many subdivisions does Malaysia have?
Malaysia has 16 subdivisions defined in ISO 3166-2, including Johor, Kedah, Kelantan, and more.
How to look up Malaysia in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('MY') to get all ISO codes, or subdivision.getByCountry('MY') for subdivisions.

Related Countries

Use Malaysia data in your project

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

npm install @koshmoney/countries