I want to find out if the trading symbol say HDFC on NSE is trading under EQ series today or not (SM BE etc, ) Using the python API, is there any method which returns the series (EQ | SM | BE...)
Hi @algotrader29, We don't get notified from the exchange on which segment a scrip is being traded. The only way to find out is from CSV file provided by the exchange here.
An alternate solution I would suggest is you can subscribe to all the scrips in different series and you will get ticks for the scrip that is being traded. You can place an order for the one that is being traded.
We don't get notified from the exchange on which segment a scrip is being traded. The only way to find out is from CSV file provided by the exchange here.
An alternate solution I would suggest is you can subscribe to all the scrips in different series and you will get ticks for the scrip that is being traded. You can place an order for the one that is being traded.