Baselight

Yahoo Stock Price

Yahoo Stock Data for Time Period:Jun 08, 2020 - Jun 08, 2021

@kaggle.purvitsharma_yahoo_stock_price

Loading...
Loading...

About this Dataset

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.

Tables

Csv

@kaggle.purvitsharma_yahoo_stock_price.csv
  • 16.52 KB
  • 252 rows
  • 7 columns
Loading...

CREATE TABLE csv (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.