Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithcharan/nasdaq-stock-web-scraper
https://github.com/codewithcharan/nasdaq-stock-web-scraper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithcharan/nasdaq-stock-web-scraper
- Owner: CodeWithCharan
- Created: 2023-11-23T11:02:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T11:11:03.000Z (about 1 year ago)
- Last Synced: 2023-11-23T12:23:42.260Z (about 1 year ago)
- Language: Python
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NASDAQ-Stock-Web-Scraper
![Screenshot 2023-11-23 161529](https://github.com/CodeWithCharan/NASDAQ-Stock-Web-Scraper/assets/106027109/92bc7360-51b2-4c1a-86b7-0b038de95faf)
- Developed a Python web scraper to collect [NASDAQ stock data](https://www.centralcharts.com/en/price-list-ranking/ALL/asc/ts_19-us-nasdaq-stocks--qc_1-alphabetical-order?p=1) from [CentralCharts](https://www.centralcharts.com/en/).
- Utilized asynchronous functions to speed up data retrieval from multiple URLs.
- Processed and cleaned the extracted data using Pandas DataFrames.
- Visualized the top 10 stocks by trading volume using Matplotlib, offering insights into market trends.