There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project describes how to scrape the trading summary of any company, in this case study, Netflix, Inc. (NFLX), form the Yahoo Finance webpage. The scraping was done with Python's requests and BeautifulSoup libraries. The data scraped was then converted into a DataFrame using pandas.