Hello all,
I have ended up with a list of stocks that I now want to order, but they are not in Quantopian-orderable format. Here is the list of 2 stocks as of 3:50 pm:
2016-10-06 15:50 PRINT [Equity(41271, symbol=u'STAG', asset_name=u'STAG INDUSTRIAL INC', exchange=u'NYSE', start_date=Timestamp('2011-04-15 00:00:00+0000', tz='UTC'), end_date=Timestamp('2016-10-07 00:00:00+0000', tz='UTC'), first_traded=None, auto_close_date=Timestamp('2016-10-12 00:00:00+0000', tz='UTC'), exchange_full=u'NEW YORK STOCK EXCHANGE'), Equity(45656, symbol=u'GLPI', asset_name=u'GAMING AND LEISURE PROPERTIES INC', exchange=u'NASDAQ', start_date=Timestamp('2013-10-11 00:00:00+0000', tz='UTC'), end_date=Timestamp('2016-10-07 00:00:00+0000', tz='UTC'), first_traded=None, auto_close_date=Timestamp('2016-10-12 00:00:00+0000', tz='UTC'), exchange_full=u'NASDAQ GLOBAL SELECT MARKET')]
How do I order those two stocks, STAG and GLPI?
Thanks,
ted