🇮🇳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)

CodeNameType
IN-ANAndaman and Nicobar IslandsUnion territory
IN-APAndhra PradeshState
IN-ARArunachal PradeshState
IN-ASAssamState
IN-BRBiharState
IN-CHChandigarhUnion territory
IN-CTChhattisgarhState
IN-DHDadra and Nagar Haveli and Daman and DiuUnion territory
IN-DLDelhiUnion territory
IN-GAGoaState
IN-GJGujaratState
IN-HPHimachal PradeshState
IN-HRHaryanaState
IN-JHJharkhandState
IN-JKJammu and KashmirUnion 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