yongghongg/stock-symbol

support for NYSE

Opened this issue · 2 comments

Hi, I noticed theres no way to download stocks traded on NYSE (that are not on SP500) like ChargePoint or SAP. Is there anyway to get that data?

@bma-diy

To download stock symbols traded on NYSE, which is in US market, simply use ss.get_symbol_list(market="US").
Hope it helps.
image

@bma-diy

Or, if you want to get data from NYSE only, you can perform a filter like so:

image