How do I get stock actual name for any particular instrument_token ?

devindi
In the instruments csv file we have a column as "name". Is it the actual name of that stock? If not, please tell me the actual way to get it.
I already have that below mentioned values :
instrument_token exchange_token tradingsymbol name last_price expiry strike tick_size lot_size instrument_type segment exchange

And I have also below mentioned info for a particular instrument_token:

[tradingsymbol] => INDIGO20OCT1420CE
[exchange] => NFO
[instrument_token] => 10284290
[product] => NRML
[quantity] => -1000
[overnight_quantity] => 0
[multiplier] => 1
[average_price] => 26
[close_price] => 0
[last_price] => 25.5
[value] => 26000
[pnl] => 500
[m2m] => 500
[unrealised] => 500
[realised] => 0
[buy_quantity] => 0
[buy_price] => 0
[buy_value] => 0
[buy_m2m] => 0
[sell_quantity] => 1000
[sell_price] => 26
[sell_value] => 26000
[sell_m2m] => 26000
[day_buy_quantity] => 0
[day_buy_price] => 0
[day_buy_value] => 0
[day_sell_quantity] => 1000
[day_sell_price] => 26
[day_sell_value] => 26000
Which field I can take as stock name ?
This discussion has been closed.