Baselight

Google Stock Market Data [20 Years]

Historical stock market data of google

@kaggle.coderpanda010_google_stock_data_20_years

Df
@kaggle.coderpanda010_google_stock_data_20_years.df

  • 260.58 KB
  • 4936 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Aug 19 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.4906640052795412.5917849540710452.39004206657409672.49913311004638672.4991331100463867897427216
Fri Aug 20 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.5158200263977052.71681690216064452.50311803817749022.6976389884948732.697638988494873458857488
Mon Aug 23 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.7584109306335452.82640600204467772.716069936752322.72478699684143072.7247869968414307366857939
Tue Aug 24 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.7706151008605962.7795810699462892.5795810222625732.6119599342346192.611959934234619306396159
Wed Aug 25 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.6142010688781742.6899180412292482.58730196952819822.6401040554046632.640104055404663184645512
Thu Aug 26 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.61395192146301272.68867206573486372.6067290306091312.6876759529113772.687675952911377142572401
Fri Aug 27 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.69240808486938482.7053599357604982.6323831081390382.6438400745391852.643840074539185124826132
Mon Aug 30 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.6221709251403812.6274020671844482.5407269001007082.5407269001007082.540726900100708104429967
Tue Aug 31 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.5479500293731692.58306789398193362.5444629192352292.54969310760498052.549693107604980598825037
Wed Sep 01 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.55791211128234862.56463694572448772.4824450016021732.4968910217285162.496891021728516183633734

CREATE TABLE df (
  "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.