AnnaDS / Stock_forecast

Test different state of art time series forecasting models for stock price prediction combining it with additional data from news feed to define the winner and build trading strategy on top.
1 stars 10 forks source link

Create script to collect stock price data from yahoo finance #1

Closed AnnaDS closed 5 months ago

AnnaDS commented 5 months ago

Use Yahoo finance to collect historical stock prices by ticker

Shaheerairaj commented 5 months ago

Hey Anna,

What is the difference between orig_stock and stock_price variables? And why are we choosing stock_price as our data?

AnnaDS commented 5 months ago

stock_price has calculated Moving average and potentially we canned more calculated features. orig_stock contains the default variables from yahoo finance only: Open, High, Low, Close ,Volume, Dividends, Stock Splits