Baselight

All-Time Stock Price Data

"All-Time Stock Prices: Understanding the Evolution of Stock Markets"

@kaggle.hchsmost_test_dataset

Googl
@kaggle.hchsmost_test_dataset.googl

  • 261.23 KB
  • 4953 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.5025029182434082.60410404205322272.40140104293823242.51101088523864752.5110108852386475893181924
Fri Aug 20 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.5277779102325442.72972989082336432.5150148868560792.710459947586062.71045994758606456686856
Mon Aug 23 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.7715220451354982.83983993530273442.7289791107177732.73773789405822752.7377378940582275365122512
Tue Aug 24 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.78378391265869142.7927930355072022.591841936111452.62437391281127972.6243739128112797304946748
Wed Aug 25 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.6266269683837892.70270299911499022.5996000766754152.65265297889709472.6526529788970947183772044
Thu Aug 26 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.6263759136199952.7014510631561282.61911892890930182.70044994354248052.7004499435424805141897960
Fri Aug 27 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.7052049636840822.71821808815002442.6448950767517092.65640592575073242.6564059257507324124235640
Mon Aug 30 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.63463497161865232.639889955520632.5528030395507812.5528030395507812.552803039550781103935960
Tue Aug 31 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.56006002426147462.5953450202941892.5565569400787362.5618119239807132.56181192398071398357544
Wed Sep 01 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.57007002830505372.5768270492553712.494244098663332.5087590217590332.508759021759033182765052

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