Yahoo Stock Price
Yahoo Stock Data for Time Period:Jun 08, 2020 - Jun 08, 2021
@kaggle.purvitsharma_yahoo_stock_price
Yahoo Stock Data for Time Period:Jun 08, 2020 - Jun 08, 2021
@kaggle.purvitsharma_yahoo_stock_price
This dataset contains Yahoo's stock data for time period Jun 08, 2020 - Jun 08, 2021. I believe insights from this data can be used to build useful price forecasting algorithms to aid investment.
CREATE TABLE csv (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.