# stock_data_crawler **Repository Path**: cppowboy_admin/stock_data_crawler ## Basic Information - **Project Name**: stock_data_crawler - **Description**: crawl data - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-01 - **Last Updated**: 2025-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stock_data_crawler This project is used to crawl stock related data for another project.[Sentiment Analysis in Event-Driven Stock Price Movement Prediction](https://github.com/WayneDW/Sentiment-Analysis-in-Event-Driven-Stock-Price-Movement-Prediction) 1. crawl ticker list from NASDAQ ```shell python crawl_allTickers.py python filter_good.py ``` 2. crawl news headlines from Reuters ```shell python main.py # this will run a scrapy crawler to get reuters news and save the data to mongodb python save_news_to_csv.py # fetch news data from mongodb and save it to csv file ```