Baselight

All-Time Stock Price Data

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

@kaggle.hchsmost_test_dataset

Chtr
@kaggle.hchsmost_test_dataset.chtr

  • 177.75 KB
  • 3599 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 05 2010 00:00:00 GMT+0000 (Coordinated Universal Time)353535353510000
Wed Jan 06 2010 00:00:00 GMT+0000 (Coordinated Universal Time)3535353535
Thu Jan 07 2010 00:00:00 GMT+0000 (Coordinated Universal Time)35.2535.53535359800
Fri Jan 08 2010 00:00:00 GMT+0000 (Coordinated Universal Time)34.5499992370605534.5499992370605533.533.533.532200
Mon Jan 11 2010 00:00:00 GMT+0000 (Coordinated Universal Time)33.533.533.533.533.53700
Tue Jan 12 2010 00:00:00 GMT+0000 (Coordinated Universal Time)33.533.5499992370605533.533.533.55100
Wed Jan 13 2010 00:00:00 GMT+0000 (Coordinated Universal Time)33.009998321533233.009998321533232.532.7532.75226300
Thu Jan 14 2010 00:00:00 GMT+0000 (Coordinated Universal Time)32.7532.7532.7532.7532.75150500
Fri Jan 15 2010 00:00:00 GMT+0000 (Coordinated Universal Time)32.532.532.2532.2532.2545500
Tue Jan 19 2010 00:00:00 GMT+0000 (Coordinated Universal Time)32.2532.2531.75323219400

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