nsedt.resources.index_symbol
NSE indices symbol map
1""" 2 NSE indices symbol map 3""" 4symbol_map = [ 5 { 6 "keys": ["NIFTY 50", "NIFTY50", "NIFTY"], 7 "indices": "NIFTY 50", 8 "derivatives": "NIFTY", 9 }, 10 { 11 "keys": ["NIFTY BANK", "NIFTYBANK", "BANKNIFTY"], 12 "derivatives": "BANKNIFTY", 13 "indices": "NIFTY BANK", 14 }, 15 { 16 "keys": ["NIFTY FINANCIAL SERVICES", "FINNIFTY", "NIFTY FIN SERVICE"], 17 "derivatives": "FINNIFTY", 18 "indices": "NIFTY FINANCIAL SERVICES", 19 }, 20 { 21 "keys": ["NIFTY NEXT 50"], 22 "derivatives": "", 23 "indices": "NIFTY NEXT 50", 24 }, 25 { 26 "keys": ["NIFTY MIDCAP 50"], 27 "derivatives": "", 28 "indices": "NIFTY MIDCAP 50", 29 }, 30 { 31 "keys": ["NIFTY MIDCAP 100"], 32 "derivatives": "", 33 "indices": "NIFTY MIDCAP 100", 34 }, 35 { 36 "keys": ["NIFTY MIDCAP 150"], 37 "derivatives": "", 38 "indices": "NIFTY MIDCAP 150", 39 }, 40 { 41 "keys": ["NIFTY SMALLCAP 50"], 42 "derivatives": "", 43 "indices": "NIFTY SMALLCAP 50", 44 }, 45 { 46 "keys": ["NIFTY SMALLCAP 100"], 47 "derivatives": "", 48 "indices": "NIFTY SMALLCAP 100", 49 }, 50 { 51 "keys": ["NIFTY SMALLCAP 250"], 52 "derivatives": "", 53 "indices": "NIFTY SMALLCAP 250", 54 }, 55 { 56 "keys": ["NIFTY MIDSMALLCAP 400"], 57 "derivatives": "", 58 "indices": "NIFTY MIDSMALLCAP 400", 59 }, 60 { 61 "keys": ["NIFTY 100"], 62 "derivatives": "", 63 "indices": "NIFTY 100", 64 }, 65 { 66 "keys": ["NIFTY 200"], 67 "derivatives": "", 68 "indices": "NIFTY 200", 69 }, 70 { 71 "keys": ["NIFTY500 MULTICAP 50:25:25"], 72 "derivatives": "", 73 "indices": "NIFTY500 MULTICAP 50:25:25", 74 }, 75 { 76 "keys": ["NIFTY LARGEMIDCAP 250"], 77 "derivatives": "", 78 "indices": "NIFTY LARGEMIDCAP 250", 79 }, 80 { 81 "keys": ["NIFTY MIDCAP SELECT"], 82 "derivatives": "", 83 "indices": "NIFTY MIDCAP SELECT", 84 }, 85 { 86 "keys": ["NIFTY TOTAL MARKET"], 87 "derivatives": "", 88 "indices": "NIFTY TOTAL MARKET", 89 }, 90 { 91 "keys": ["NIFTY MICROCAP 250"], 92 "derivatives": "", 93 "indices": "NIFTY MICROCAP 250", 94 }, 95 { 96 "keys": ["NIFTY AUTO"], 97 "derivatives": "", 98 "indices": "NIFTY AUTO", 99 }, 100 { 101 "keys": ["NIFTY ENERGY"], 102 "derivatives": "", 103 "indices": "NIFTY ENERGY", 104 }, 105 { 106 "keys": ["NIFTY FINANCIAL SERVICES 25/50"], 107 "derivatives": "", 108 "indices": "NIFTY FINANCIAL SERVICES 25/50", 109 }, 110 { 111 "keys": ["NIFTY FMCG"], 112 "derivatives": "", 113 "indices": "NIFTY FMCG", 114 }, 115 { 116 "keys": ["NIFTY IT"], 117 "derivatives": "", 118 "indices": "NIFTY IT", 119 }, 120 { 121 "keys": ["NIFTY MEDIA"], 122 "derivatives": "", 123 "indices": "NIFTY MEDIA", 124 }, 125 { 126 "keys": ["NIFTY METAL"], 127 "derivatives": "", 128 "indices": "NIFTY METAL", 129 }, 130 { 131 "keys": ["NIFTY PHARMA"], 132 "derivatives": "", 133 "indices": "NIFTY PHARMA", 134 }, 135 { 136 "keys": ["NIFTY PSU BANK"], 137 "derivatives": "", 138 "indices": "NIFTY PSU BANK", 139 }, 140 { 141 "keys": ["NIFTY REALTY"], 142 "derivatives": "", 143 "indices": "NIFTY REALTY", 144 }, 145 { 146 "keys": ["NIFTY PRIVATE BANK"], 147 "derivatives": "", 148 "indices": "NIFTY PRIVATE BANK", 149 }, 150 { 151 "keys": ["NIFTY HEALTHCARE INDEX"], 152 "derivatives": "", 153 "indices": "NIFTY HEALTHCARE INDEX", 154 }, 155 { 156 "keys": ["NIFTY CONSUMER DURABLES"], 157 "derivatives": "", 158 "indices": "NIFTY CONSUMER DURABLES", 159 }, 160 { 161 "keys": ["NIFTY OIL & GAS"], 162 "derivatives": "", 163 "indices": "NIFTY OIL & GAS", 164 }, 165 { 166 "keys": ["NIFTY DIVIDEND OPPORTUNITIES 50"], 167 "derivatives": "", 168 "indices": "NIFTY DIVIDEND OPPORTUNITIES 50", 169 }, 170 { 171 "keys": ["NIFTY50 VALUE 20"], 172 "derivatives": "", 173 "indices": "NIFTY50 VALUE 20", 174 }, 175 { 176 "keys": ["NIFTY100 QUALITY 30"], 177 "derivatives": "", 178 "indices": "NIFTY100 QUALITY 30", 179 }, 180 { 181 "keys": ["NIFTY50 EQUAL WEIGHT"], 182 "derivatives": "", 183 "indices": "NIFTY50 EQUAL WEIGHT", 184 }, 185 { 186 "keys": ["NIFTY100 EQUAL WEIGHT"], 187 "derivatives": "", 188 "indices": "NIFTY100 EQUAL WEIGHT", 189 }, 190 { 191 "keys": ["NIFTY100 LOW VOLATILITY 30"], 192 "derivatives": "", 193 "indices": "NIFTY100 LOW VOLATILITY 30", 194 }, 195 { 196 "keys": ["NIFTY ALPHA 50"], 197 "derivatives": "", 198 "indices": "NIFTY ALPHA 50", 199 }, 200 { 201 "keys": ["NIFTY200 QUALITY 30"], 202 "derivatives": "", 203 "indices": "NIFTY200 QUALITY 30", 204 }, 205 { 206 "keys": ["NIFTY ALPHA LOW-VOLATILITY 30"], 207 "derivatives": "", 208 "indices": "NIFTY ALPHA LOW-VOLATILITY 30", 209 }, 210 { 211 "keys": ["NIFTY200 MOMENTUM 30"], 212 "derivatives": "", 213 "indices": "NIFTY200 MOMENTUM 30", 214 }, 215 { 216 "keys": ["NIFTY MIDCAP150 QUALITY 50"], 217 "derivatives": "", 218 "indices": "NIFTY MIDCAP150 QUALITY 50", 219 }, 220 { 221 "keys": ["NIFTY COMMODITIES"], 222 "derivatives": "", 223 "indices": "NIFTY COMMODITIES", 224 }, 225 { 226 "keys": ["NIFTY INDIA CONSUMPTION"], 227 "derivatives": "", 228 "indices": "NIFTY INDIA CONSUMPTION", 229 }, 230 { 231 "keys": ["NIFTY CPSE"], 232 "derivatives": "", 233 "indices": "NIFTY CPSE", 234 }, 235 { 236 "keys": ["NIFTY INFRASTRUCTURE"], 237 "derivatives": "", 238 "indices": "NIFTY INFRASTRUCTURE", 239 }, 240 { 241 "keys": ["NIFTY MNC"], 242 "derivatives": "", 243 "indices": "NIFTY MNC", 244 }, 245 { 246 "keys": ["NIFTY GROWTH SECTORS 15"], 247 "derivatives": "", 248 "indices": "NIFTY GROWTH SECTORS 15", 249 }, 250 { 251 "keys": ["NIFTY PSE"], 252 "derivatives": "", 253 "indices": "NIFTY PSE", 254 }, 255 { 256 "keys": ["NIFTY SERVICES SECTOR"], 257 "derivatives": "", 258 "indices": "NIFTY SERVICES SECTOR", 259 }, 260 { 261 "keys": ["NIFTY100 LIQUID 15"], 262 "derivatives": "", 263 "indices": "NIFTY100 LIQUID 15", 264 }, 265 { 266 "keys": ["NIFTY MIDCAP LIQUID 15"], 267 "derivatives": "", 268 "indices": "NIFTY MIDCAP LIQUID 15", 269 }, 270 { 271 "keys": ["NIFTY INDIA DIGITAL"], 272 "derivatives": "", 273 "indices": "NIFTY INDIA DIGITAL", 274 }, 275 { 276 "keys": ["NIFTY100 ESG"], 277 "derivatives": "", 278 "indices": "NIFTY100 ESG", 279 }, 280 { 281 "keys": ["NIFTY INDIA MANUFACTURING"], 282 "derivatives": "", 283 "indices": "NIFTY INDIA MANUFACTURING", 284 }, 285]
symbol_map =
[{'keys': ['NIFTY 50', 'NIFTY50', 'NIFTY'], 'indices': 'NIFTY 50', 'derivatives': 'NIFTY'}, {'keys': ['NIFTY BANK', 'NIFTYBANK', 'BANKNIFTY'], 'derivatives': 'BANKNIFTY', 'indices': 'NIFTY BANK'}, {'keys': ['NIFTY FINANCIAL SERVICES', 'FINNIFTY', 'NIFTY FIN SERVICE'], 'derivatives': 'FINNIFTY', 'indices': 'NIFTY FINANCIAL SERVICES'}, {'keys': ['NIFTY NEXT 50'], 'derivatives': '', 'indices': 'NIFTY NEXT 50'}, {'keys': ['NIFTY MIDCAP 50'], 'derivatives': '', 'indices': 'NIFTY MIDCAP 50'}, {'keys': ['NIFTY MIDCAP 100'], 'derivatives': '', 'indices': 'NIFTY MIDCAP 100'}, {'keys': ['NIFTY MIDCAP 150'], 'derivatives': '', 'indices': 'NIFTY MIDCAP 150'}, {'keys': ['NIFTY SMALLCAP 50'], 'derivatives': '', 'indices': 'NIFTY SMALLCAP 50'}, {'keys': ['NIFTY SMALLCAP 100'], 'derivatives': '', 'indices': 'NIFTY SMALLCAP 100'}, {'keys': ['NIFTY SMALLCAP 250'], 'derivatives': '', 'indices': 'NIFTY SMALLCAP 250'}, {'keys': ['NIFTY MIDSMALLCAP 400'], 'derivatives': '', 'indices': 'NIFTY MIDSMALLCAP 400'}, {'keys': ['NIFTY 100'], 'derivatives': '', 'indices': 'NIFTY 100'}, {'keys': ['NIFTY 200'], 'derivatives': '', 'indices': 'NIFTY 200'}, {'keys': ['NIFTY500 MULTICAP 50:25:25'], 'derivatives': '', 'indices': 'NIFTY500 MULTICAP 50:25:25'}, {'keys': ['NIFTY LARGEMIDCAP 250'], 'derivatives': '', 'indices': 'NIFTY LARGEMIDCAP 250'}, {'keys': ['NIFTY MIDCAP SELECT'], 'derivatives': '', 'indices': 'NIFTY MIDCAP SELECT'}, {'keys': ['NIFTY TOTAL MARKET'], 'derivatives': '', 'indices': 'NIFTY TOTAL MARKET'}, {'keys': ['NIFTY MICROCAP 250'], 'derivatives': '', 'indices': 'NIFTY MICROCAP 250'}, {'keys': ['NIFTY AUTO'], 'derivatives': '', 'indices': 'NIFTY AUTO'}, {'keys': ['NIFTY ENERGY'], 'derivatives': '', 'indices': 'NIFTY ENERGY'}, {'keys': ['NIFTY FINANCIAL SERVICES 25/50'], 'derivatives': '', 'indices': 'NIFTY FINANCIAL SERVICES 25/50'}, {'keys': ['NIFTY FMCG'], 'derivatives': '', 'indices': 'NIFTY FMCG'}, {'keys': ['NIFTY IT'], 'derivatives': '', 'indices': 'NIFTY IT'}, {'keys': ['NIFTY MEDIA'], 'derivatives': '', 'indices': 'NIFTY MEDIA'}, {'keys': ['NIFTY METAL'], 'derivatives': '', 'indices': 'NIFTY METAL'}, {'keys': ['NIFTY PHARMA'], 'derivatives': '', 'indices': 'NIFTY PHARMA'}, {'keys': ['NIFTY PSU BANK'], 'derivatives': '', 'indices': 'NIFTY PSU BANK'}, {'keys': ['NIFTY REALTY'], 'derivatives': '', 'indices': 'NIFTY REALTY'}, {'keys': ['NIFTY PRIVATE BANK'], 'derivatives': '', 'indices': 'NIFTY PRIVATE BANK'}, {'keys': ['NIFTY HEALTHCARE INDEX'], 'derivatives': '', 'indices': 'NIFTY HEALTHCARE INDEX'}, {'keys': ['NIFTY CONSUMER DURABLES'], 'derivatives': '', 'indices': 'NIFTY CONSUMER DURABLES'}, {'keys': ['NIFTY OIL & GAS'], 'derivatives': '', 'indices': 'NIFTY OIL & GAS'}, {'keys': ['NIFTY DIVIDEND OPPORTUNITIES 50'], 'derivatives': '', 'indices': 'NIFTY DIVIDEND OPPORTUNITIES 50'}, {'keys': ['NIFTY50 VALUE 20'], 'derivatives': '', 'indices': 'NIFTY50 VALUE 20'}, {'keys': ['NIFTY100 QUALITY 30'], 'derivatives': '', 'indices': 'NIFTY100 QUALITY 30'}, {'keys': ['NIFTY50 EQUAL WEIGHT'], 'derivatives': '', 'indices': 'NIFTY50 EQUAL WEIGHT'}, {'keys': ['NIFTY100 EQUAL WEIGHT'], 'derivatives': '', 'indices': 'NIFTY100 EQUAL WEIGHT'}, {'keys': ['NIFTY100 LOW VOLATILITY 30'], 'derivatives': '', 'indices': 'NIFTY100 LOW VOLATILITY 30'}, {'keys': ['NIFTY ALPHA 50'], 'derivatives': '', 'indices': 'NIFTY ALPHA 50'}, {'keys': ['NIFTY200 QUALITY 30'], 'derivatives': '', 'indices': 'NIFTY200 QUALITY 30'}, {'keys': ['NIFTY ALPHA LOW-VOLATILITY 30'], 'derivatives': '', 'indices': 'NIFTY ALPHA LOW-VOLATILITY 30'}, {'keys': ['NIFTY200 MOMENTUM 30'], 'derivatives': '', 'indices': 'NIFTY200 MOMENTUM 30'}, {'keys': ['NIFTY MIDCAP150 QUALITY 50'], 'derivatives': '', 'indices': 'NIFTY MIDCAP150 QUALITY 50'}, {'keys': ['NIFTY COMMODITIES'], 'derivatives': '', 'indices': 'NIFTY COMMODITIES'}, {'keys': ['NIFTY INDIA CONSUMPTION'], 'derivatives': '', 'indices': 'NIFTY INDIA CONSUMPTION'}, {'keys': ['NIFTY CPSE'], 'derivatives': '', 'indices': 'NIFTY CPSE'}, {'keys': ['NIFTY INFRASTRUCTURE'], 'derivatives': '', 'indices': 'NIFTY INFRASTRUCTURE'}, {'keys': ['NIFTY MNC'], 'derivatives': '', 'indices': 'NIFTY MNC'}, {'keys': ['NIFTY GROWTH SECTORS 15'], 'derivatives': '', 'indices': 'NIFTY GROWTH SECTORS 15'}, {'keys': ['NIFTY PSE'], 'derivatives': '', 'indices': 'NIFTY PSE'}, {'keys': ['NIFTY SERVICES SECTOR'], 'derivatives': '', 'indices': 'NIFTY SERVICES SECTOR'}, {'keys': ['NIFTY100 LIQUID 15'], 'derivatives': '', 'indices': 'NIFTY100 LIQUID 15'}, {'keys': ['NIFTY MIDCAP LIQUID 15'], 'derivatives': '', 'indices': 'NIFTY MIDCAP LIQUID 15'}, {'keys': ['NIFTY INDIA DIGITAL'], 'derivatives': '', 'indices': 'NIFTY INDIA DIGITAL'}, {'keys': ['NIFTY100 ESG'], 'derivatives': '', 'indices': 'NIFTY100 ESG'}, {'keys': ['NIFTY INDIA MANUFACTURING'], 'derivatives': '', 'indices': 'NIFTY INDIA MANUFACTURING'}]