🇮🇳India (IN)
ISO 3166 country code - Asia / Southern Asia
About India
India (IN) is located in Asia, Southern Asia. The official currency is the Indian Rupee (INR). It has 36 administrative subdivisions defined in ISO 3166-2.
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 |
| IN-CH | Chandigarh | Union territory |
| IN-CT | Chhattisgarh | State |
| IN-DH | Dadra and Nagar Haveli and Daman and Diu | Union territory |
| IN-DL | Delhi | Union territory |
| IN-GA | Goa | State |
| IN-GJ | Gujarat | State |
| IN-HP | Himachal Pradesh | State |
| IN-HR | Haryana | State |
| IN-JH | Jharkhand | State |
| IN-JK | Jammu and Kashmir | Union territory |
Showing 15 of 36. 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 Articles
Related Countries
Use India data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries