Project1 Yahoo Stock Prices
Scraping Stock Prices on Yahoo Finance
Use the "Run" button to execute the code.

Introduction
The Yahoo finance website is a source of financial information for users all over the world. In this project, web-scraping of the finance section on Yahoo was attempted.
The code written in this project draws information from a select group of categories of Markets, which can be found inside the 'Markets' header of the as shown below:

When the Trending Tickers page is opened, the tickers look like this:
The goal of this project was to scrape the following stock ticker information for each of the tickers:
- Name
- Symbol
- Price
- URL
Tejasvi Sadasivuni6 months ago