Here is the list of Indian states and union territories and their ISO codes.
GST CODE | ISO CODE | State / UT Name |
---|---|---|
1 | JK | Jammu and Kashmir |
2 | HP | Himachal Pradesh |
3 | PB | Punjab |
4 | CH | Chandigarh |
5 | UT | Uttarakhand |
6 | HR | Haryana |
7 | DL | Delhi |
8 | RJ | Rajasthan |
9 | UP | Uttar Pradesh |
10 | BR | Bihar |
11 | SK | Sikkim |
12 | AR | Arunachal Pradesh |
13 | NL | Nagaland |
14 | MN | Manipur |
15 | MZ | Mizoram |
16 | TR | Tripura |
17 | ML | Meghalaya |
18 | AS | Assam |
19 | WB | West Bengal |
20 | JH | Jharkhand |
21 | OR | Odisha |
22 | CT | Chhattisgarh |
23 | MP | Madhya Pradesh |
24 | GJ | Gujarat |
26 | DD | Daman and Diu |
26 | DN | Dadar and Nagar Haveli |
27 | MH | Maharashtra |
29 | KA | Karnataka |
30 | GA | Goa |
31 | LD | Lakshadweep Islands |
32 | KL | Kerala |
33 | TN | Tamil Nadu |
34 | PY | Pondicherry |
35 | AN | Andaman and Nicobar Islands |
36 | TG | Telangana |
37 | AP | Andra Pradesh |
38 | LA | Ladakh |
97 | OTHER TERRITORY | |
99 | CENTRE JURISDICTION |
- 28 was GST Code for Andhra Pradesh (BEFORE DIVISION)
- The GST state code for erstwhile UT of Daman and Diu was 25. After 26th January 2020 Dadra and Nagar Haveli is merged with Daman and Diu, now its GST code is 26.
Json Format ➥
If you are a programer, here is the json format.
india_states = {
"JK":[1,"Jammu and Kashmir"],
"HP":[2,"Himachal Pradesh"],
"PB":[3,"Punjab"],
"CH":[4,"Chandigarh"],
"UT":[5,"Uttarakhand"],
"HR":[6,"Haryana"],
"DL":[7,"Delhi"],
"RJ":[8,"Rajasthan"],
"UP":[9,"Uttar Pradesh"],
"BR":[10,"Bihar"],
"SK":[11,"Sikkim"],
"AR":[12,"Arunachal Pradesh"],
"NL":[13,"Nagaland"],
"MN":[14,"Manipur"],
"MZ":[15,"Mizoram"],
"TR":[16,"Tripura"],
"ML":[17,"Meghalaya"],
"AS":[18,"Assam"],
"WB":[19,"West Bengal"],
"JH":[20,"Jharkhand"],
"OR":[21,"Odisha"],
"CT":[22,"Chhattisgarh"],
"MP":[23,"Madhya Pradesh"],
"GJ":[24,"Gujarat"],
"DD":[26,"Daman and Diu"],
"DN":[26,"Dadar and Nagar Haveli"],
"MH":[27,"Maharashtra"],
"KA":[29,"Karnataka"],
"GA":[30,"Goa"],
"LD":[31,"Lakshadweep Islands"],
"KL":[32,"Kerala"],
"TN":[33,"Tamil Nadu"],
"PY":[34,"Pondicherry"],
"AN":[35,"Andaman and Nicobar Islands"],
"TG":[36,"Telangana"],
"AP":[37,"Andra Pradesh"],
"LA":[38,"Ladakh"]
}