Baselight

All-Time Stock Price Data

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

@kaggle.hchsmost_test_dataset

Vrtx
@kaggle.hchsmost_test_dataset.vrtx

  • 332 KB
  • 8249 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Jul 24 1991 00:00:00 GMT+0000 (Coordinated Universal Time)4.56254.6254.54.54.52001000
Thu Jul 25 1991 00:00:00 GMT+0000 (Coordinated Universal Time)4.54.6254.54.56254.5625314600
Fri Jul 26 1991 00:00:00 GMT+0000 (Coordinated Universal Time)4.6254.6254.54.54.52001000
Mon Jul 29 1991 00:00:00 GMT+0000 (Coordinated Universal Time)4.6254.6254.54.6254.62575400
Tue Jul 30 1991 00:00:00 GMT+0000 (Coordinated Universal Time)4.6254.6254.54.54.5354400
Wed Jul 31 1991 00:00:00 GMT+0000 (Coordinated Universal Time)4.6254.6254.54.54.5372000
Thu Aug 01 1991 00:00:00 GMT+0000 (Coordinated Universal Time)4.54.56254.54.54.5157000
Fri Aug 02 1991 00:00:00 GMT+0000 (Coordinated Universal Time)4.6254.6254.56254.56254.5625220800
Mon Aug 05 1991 00:00:00 GMT+0000 (Coordinated Universal Time)4.6254.6254.54.6254.625103800
Tue Aug 06 1991 00:00:00 GMT+0000 (Coordinated Universal Time)4.56254.6254.56254.6254.625124600

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