πΊπΈUnited States (US)
ISO 3166 country code - North America / Northern America
About United States
United States (US) is located in North America, Northern America. The official currency is the US Dollar (USD). It has 57 administrative subdivisions defined in ISO 3166-2.
Alpha-2US
Alpha-3USA
Numeric840
Currency
$ USD - US Dollar
Code Example
import { country } from '@koshmoney/countries';
// Look up United States by alpha-2 code
const us = country.getCountry('US');
// => { name: 'United States', alpha2: 'US', alpha3: 'USA', numeric: '840' }
// Look up by alpha-3 code
country.getCountryByAlpha3('USA');
// Look up by numeric code
country.getCountryByNumeric('840');Subdivisions (57)
| Code | Name | Type |
|---|---|---|
| US-AK | Alaska | State |
| US-AL | Alabama | State |
| US-AR | Arkansas | State |
| US-AS | American Samoa | Outlying area |
| US-AZ | Arizona | State |
| US-CA | California | State |
| US-CO | Colorado | State |
| US-CT | Connecticut | State |
| US-DC | District of Columbia | District |
| US-DE | Delaware | State |
| US-FL | Florida | State |
| US-GA | Georgia | State |
| US-GU | Guam | Outlying area |
| US-HI | Hawaii | State |
| US-IA | Iowa | State |
Showing 15 of 57. View all 57 subdivisions β
FAQ
- What is the ISO code for United States?
- United States has three ISO 3166-1 codes: Alpha-2 "US", Alpha-3 "USA", and Numeric "840".
- How many subdivisions does United States have?
- United States has 57 subdivisions defined in ISO 3166-2, including Alaska, Alabama, Arkansas, and more.
- How to look up United States in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('US') to get all ISO codes, or subdivision.getByCountry('US') for subdivisions.
Related Articles
Related Countries
Use United States data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries