🇲🇾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)
| Code | Name | Type |
|---|---|---|
| MY-01 | Johor | State |
| MY-02 | Kedah | State |
| MY-03 | Kelantan | State |
| MY-04 | Melaka | State |
| MY-05 | Negeri Sembilan | State |
...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