We download a complete list of all stock tickers that are currently trading on US exchanges, including the NASDAQ, NYSE and AMEX. We use FTP to connect directly to a server run by the NASDAQ to get a complete list of all listed securities. We also look at a python script to do this in an automated manner
⭐ Code:
github.com/ChadThackray/stock-symbols-2022
00:00 - NASDAQ stock screener symbol download
01:12 - FTP using FileZilla
04:28 - Extracting list of symbols in python
06:55 - Using FTP in terminal to download syms
08:24 - Using ftplib with python to automate symbol download
NASDAQ stock screener:
www.nasdaq.com/market-activity/stocks/screener
Nasdaq trader info:
www.nasdaqtrader.com/trader.aspx?id=symboldirdefs
コメント