yongghongg / stock-symbol

Get a list of stock symbols from all major stock exchanges across various regions and markets.
https://stock-symbol.herokuapp.com/
MIT License
31 stars 2 forks source link

support for NYSE #3

Open bma-diy opened 2 years ago

bma-diy commented 2 years ago

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?

yongghongg commented 2 years ago

@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
yongghongg commented 2 years ago

@bma-diy

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

image