Skip to content

Elnifio/2019DataAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2019DataAnalysis

Chinese comments included in source code

This project fetches company data from IEXCloud and then creates a model that predicts the stock growth based on the earnings that this company posted.

Required Modules

  • pandas
  • re
  • sklearn
  • matplotlib
  • requests
  • asyncio & aiohttp
  • json
  • sys & os

Project Description

The ./Download_folder contains all raw data fetched on IEXCloud, as well as Python scripts used to download these data. All processed data were stored in current (src) folder.

All historical data - company earnings - are stored in ./normal_historical_data folder.

Each file in this folder holds the stock data in the previous year for each company.

./organized_data.txt holds all the earnings data in the previous fiscal period.

./overall_data.csv holds the detailed data - Name, EPS Surprise Dollar, delta open, and fiscal period.

Modeling in modeling.py.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages