Baselight

All-Time Stock Price Data

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

@kaggle.hchsmost_test_dataset

Khc
@kaggle.hchsmost_test_dataset.khc

  • 105.52 KB
  • 2216 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Jul 06 2015 00:00:00 GMT+0000 (Coordinated Universal Time)7174.290000915527347172.9599990844726650.477565765380863809700
Tue Jul 07 2015 00:00:00 GMT+0000 (Coordinated Universal Time)73.730003356933674.7099990844726672.9599990844726674.6299972534179751.632968902587895794300
Wed Jul 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)74.3000030517578175.574.0400009155273475.400001525878952.165695190429694276600
Thu Jul 09 2015 00:00:00 GMT+0000 (Coordinated Universal Time)76.4700012207031277.0660018920898474.574.8000030517578151.750564575195314267100
Fri Jul 10 2015 00:00:00 GMT+0000 (Coordinated Universal Time)75.0500030517578177.800003051757817577.3099975585937553.487125396728524983000
Mon Jul 13 2015 00:00:00 GMT+0000 (Coordinated Universal Time)79.579.6999969482421977.9100036621093878.8300018310546954.538742065429699078900
Tue Jul 14 2015 00:00:00 GMT+0000 (Coordinated Universal Time)79.4499969482421979.577.65000152587897853.9645080566406318746100
Wed Jul 15 2015 00:00:00 GMT+0000 (Coordinated Universal Time)77.650001525878978.1699981689453176.400001525878976.7099990844726653.07201004028326330500
Thu Jul 16 2015 00:00:00 GMT+0000 (Coordinated Universal Time)76.9700012207031278.8399963378906276.9499969482421978.7554.4833755493164065634100
Fri Jul 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)79.4300003051757879.6900024414062577.2600021362304779.6299972534179755.092216491699226100900

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