Baselight

All-Time Stock Price Data

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

@kaggle.hchsmost_test_dataset

Docu
@kaggle.hchsmost_test_dataset.docu

  • 76.96 KB
  • 1507 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Apr 27 2018 00:00:00 GMT+0000 (Coordinated Universal Time)3840.889999389648443739.7299995422363339.7299995422363316392400
Mon Apr 30 2018 00:00:00 GMT+0000 (Coordinated Universal Time)39.9049987792968840.1899986267089837.5299987792968838.63000106811523438.6300010681152343312100
Tue May 01 2018 00:00:00 GMT+0000 (Coordinated Universal Time)38.7000007629394539.8899993896484437.8499984741210939.4500007629394539.450000762939451285600
Wed May 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)39.8499984741210940.538.7539.3199996948242239.319999694824221251300
Thu May 03 2018 00:00:00 GMT+0000 (Coordinated Universal Time)39.6899986267089842.56000137329101638.81000137329101641.95999908447265641.9599990844726562783600
Fri May 04 2018 00:00:00 GMT+0000 (Coordinated Universal Time)42.40000152587890642.6599998474121141.009998321533241.0900001525878941.09000015258789763500
Mon May 07 2018 00:00:00 GMT+0000 (Coordinated Universal Time)41.65000152587890641.911998748779341.04000091552734441.31000137329101641.310001373291016630800
Tue May 08 2018 00:00:00 GMT+0000 (Coordinated Universal Time)41.543.6800003051757840.543.22000122070312543.220001220703125821200
Wed May 09 2018 00:00:00 GMT+0000 (Coordinated Universal Time)44.4399986267089844.86999893188476643.24499893188476644.0999984741210944.099998474121091178100
Thu May 10 2018 00:00:00 GMT+0000 (Coordinated Universal Time)44.88000106811523446.6990013122558643.6599998474121144.009998321533244.00999832153321467900

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