🇮🇳India (IN)
ISO 3166 country code - Asia / Southern Asia
Alpha-2IN
Alpha-3IND
Numeric356
Currency
₹ INR - Indian Rupee
Code Example
import { country } from '@koshmoney/countries';
// Look up India by alpha-2 code
const in = country.getCountry('IN');
// => { name: 'India', alpha2: 'IN', alpha3: 'IND', numeric: '356' }
// Look up by alpha-3 code
country.getCountryByAlpha3('IND');
// Look up by numeric code
country.getCountryByNumeric('356');Subdivisions (36)
| Code | Name | Type |
|---|---|---|
| IN-AN | Andaman and Nicobar Islands | Union territory |
| IN-AP | Andhra Pradesh | State |
| IN-AR | Arunachal Pradesh | State |
| IN-AS | Assam | State |
| IN-BR | Bihar | State |
...and 31 more. View all 36 subdivisions →
FAQ
- What is the ISO code for India?
- India has three ISO 3166-1 codes: Alpha-2 "IN", Alpha-3 "IND", and Numeric "356".
- How many subdivisions does India have?
- India has 36 subdivisions defined in ISO 3166-2, including Andaman and Nicobar Islands, Andhra Pradesh, Arunachal Pradesh, and more.
- How to look up India in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('IN') to get all ISO codes, or subdivision.getByCountry('IN') for subdivisions.
Related Countries
Use India data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries