I need to get NYSE L1 data for 800+ stocks. The data cannot contain regionals or ECN's. Is it possible?
Announcement
Collapse
No announcement yet.
API allow NY only data?
Collapse
X
-
If appending "=N" to a symbol will not work, you can specify a list of desired exchanges in the Time Sales Filter (sTradeExchangeList) and set the bFilterTradeExchanges = TRUE. The boolean conditions in a Time and Sales Window's filter settings are not available, but can be programmatically created to provide identical results. Additional filter settings can set for quotes and trades, which should provide enough flexibility for you.
Comment
Comment