Stock Prediction app (In-Progress):
This app uses daytrade data downloaded (for free) from 'https://stooq.com/db/h/'to locate specific prices for specific stocks on specific days.
It uses the Pandas library in Python to sort through large packages of data.
The original goal was to map out the growing and shrinking economic sectors of various publically-trading countries worldwide,
(i.e. to answer the question, "what years was biotech / consumer products / whatever industry experiencing its most explosive growth in America, India, China, etc?")
Stock Industry labels are not free, though, so more research is required.
Since parsing the database, I've gotten an idea for a more exciting program, one that would take less time to develop.
The program I envision will calculate a future stock price using this model:
Take a single stock, and make a set of polynomial regressions from randomized points along the graph, then use that data to attempt to predict future values of stocks, and recommend buys, sells, etc.
To slow it down, picture this:
Of course, stock market estimating is an enormous field, and if it was so easy, we would all be millionaires.
However, I would like to create this program, and then use data science to tweak a model that demonstrates earnings over time.
If I just keep running simulations with different stock price models, maybe I can find one that seems to earn money over time.
Play the stock simulation above if you haven't already.