Baselight

All-Time Stock Price Data

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

@kaggle.hchsmost_test_dataset

Cdw
@kaggle.hchsmost_test_dataset.cdw

  • 134.97 KB
  • 2724 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Jun 27 2013 00:00:00 GMT+0000 (Coordinated Universal Time)17.63999938964843818.7517.379999160766618.370000839233416.4569187164306648285800
Fri Jun 28 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.39999961853027719.17000007629394518.379999160766618.620000839233416.680885314941406717400
Mon Jul 01 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.64999961853027718.89999961853027718.3400001525878918.3400001525878916.430044174194336394200
Tue Jul 02 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.3400001525878919.6399993896484418.2600002288818419.2199993133544917.218402862548828223800
Wed Jul 03 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.98999977111816419.20999908447265618.67000007629394519.0799999237060517.092987060546875103700
Fri Jul 05 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.79999923706054719.3600006103515618.54999923706054719.2199993133544917.218402862548828111800
Mon Jul 08 2013 00:00:00 GMT+0000 (Coordinated Universal Time)19.04999923706054719.47999954223632818.8600006103515619.22999954223632817.227371215820312110500
Tue Jul 09 2013 00:00:00 GMT+0000 (Coordinated Universal Time)19.129999160766619.92000007629394519.05999946594238319.517.4692440032959206400
Wed Jul 10 2013 00:00:00 GMT+0000 (Coordinated Universal Time)19.4699993133544919.95000076293945319.04999923706054719.10000038146972717.110897064208984334900
Thu Jul 11 2013 00:00:00 GMT+0000 (Coordinated Universal Time)19.04999923706054719.64999961853027719.04999923706054719.5799999237060517.540912628173828108800

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