https://github.com/nero103/project-web-scrapped-stock-prices
https://github.com/nero103/project-web-scrapped-stock-prices
jupyter-notebook python3 stock-market trend-analysis webscraping-data
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nero103/project-web-scrapped-stock-prices
- Owner: Nero103
- Created: 2023-05-01T19:08:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T20:59:52.000Z (about 2 years ago)
- Last Synced: 2025-01-26T10:45:23.852Z (4 months ago)
- Topics: jupyter-notebook, python3, stock-market, trend-analysis, webscraping-data
- Language: Jupyter Notebook
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project-Web-Scrapped-Stock-Prices
🗓️ This is a three month web scrapping project on Bed Bath and Beyond stock prices. The open and close prices show a gradual decline in the company's stock. This is likely due to company downsizing and eventual bankruptcy.
🔭 A challenge of this project was scrapping the right data from Yahoo Finance and monitoring the scrapping function so it would not crash. One issue that needed debugging was the formatting of the dataset that the data was placed in. Using BeautifulSoup and parsing the date column was done to get the right data.
🤔 If given more time, six months of data would have been collected to see any future changes in the stock price.