Baselight

All-Time Stock Price Data

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

@kaggle.hchsmost_test_dataset

Vrsn
@kaggle.hchsmost_test_dataset.vrsn

  • 296.97 KB
  • 6600 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Jan 30 1998 00:00:00 GMT+0000 (Coordinated Universal Time)5.18756.56255.1256.3755.413338184356689518256800
Mon Feb 02 1998 00:00:00 GMT+0000 (Coordinated Universal Time)6.843759.31256.6257.756.58092069625854510127200
Tue Feb 03 1998 00:00:00 GMT+0000 (Coordinated Universal Time)8.258.7812588.257.0054965019226076244800
Wed Feb 04 1998 00:00:00 GMT+0000 (Coordinated Universal Time)8.218758.281257.6257.906256.7136011123657232106800
Thu Feb 05 1998 00:00:00 GMT+0000 (Coordinated Universal Time)8.06258.257.6257.6406256.488044738769531890800
Fri Feb 06 1998 00:00:00 GMT+0000 (Coordinated Universal Time)7.6718757.718756.8756.968755.9175219535827642846800
Mon Feb 09 1998 00:00:00 GMT+0000 (Coordinated Universal Time)6.87576.406256.755.7317700386047361944800
Tue Feb 10 1998 00:00:00 GMT+0000 (Coordinated Universal Time)6.68757.3756.5312575.9440574645996091001200
Wed Feb 11 1998 00:00:00 GMT+0000 (Coordinated Universal Time)7.031257.43756.906257.43756.315561294555664842400
Thu Feb 12 1998 00:00:00 GMT+0000 (Coordinated Universal Time)7.406257.906257.281257.781256.6074571609497071111600

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