Skip to Content

🇲🇾Malaysia (MY)

ISO 3166 country code - Asia / South-eastern Asia

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

...and 11 more. 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