Doing some work this evening on the screen of stocks called QTradableStocksUS. There are 2,887 stocks being returned. Of those, 16 are duplicates. The 16 are:
Index([u'JCI', u'TIVO', u'WCN', u'SPB', u'KNX', u'CLNY', u'FCE_A', u'PNK',
u'PKY', u'EVHC', u'UPL', u'TDW', u'DD', u'BKI', u'ANGI', u'LILA_K',
u'ADT', u'SDRL'],
dtype='object')
Does anyone know why this is and how it is to be handled in creating algos? Thank you.