How to find the trading symbol series on NSE today using python API?

algotrader29
algotrader29 edited April 2017 in Python client
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...)
  • sujith
    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.
Sign In or Register to comment.