Web Scraping Stock Tickers Using Python

randerson112358
6 min readOct 26, 2020

Scrape the web using Python

As with most interesting projects, this one started with a simple question: where can I get all of the stock symbols and company names for my portfolio? Well, the obvious answer was to gather the data myself from the web !

This brings us to this article where I will show you how to gather stock symbols/tickers and their associated company…

--

--