Baselight

All-Time Stock Price Data

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

@kaggle.hchsmost_test_dataset

Bkng
@kaggle.hchsmost_test_dataset.bkng

  • 300.11 KB
  • 6307 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Mar 31 1999 00:00:00 GMT+0000 (Coordinated Universal Time)451.5517.5438497.25495.98077392578131322933
Thu Apr 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)550.5552475.5483481.7671508789063483233
Mon Apr 05 1999 00:00:00 GMT+0000 (Coordinated Universal Time)501504435450.75449.5994567871094324917
Tue Apr 06 1999 00:00:00 GMT+0000 (Coordinated Universal Time)452.25484.125420474472.79010009765625353900
Wed Apr 07 1999 00:00:00 GMT+0000 (Coordinated Universal Time)480.75487.5442.5447445.8590393066406156617
Thu Apr 08 1999 00:00:00 GMT+0000 (Coordinated Universal Time)447450.75423.75435433.8896484375147767
Fri Apr 09 1999 00:00:00 GMT+0000 (Coordinated Universal Time)432456406.5444442.86669921875141933
Mon Apr 12 1999 00:00:00 GMT+0000 (Coordinated Universal Time)420.75475.5414459.375458.2024536132813182833
Tue Apr 13 1999 00:00:00 GMT+0000 (Coordinated Universal Time)472.5515.25463.5489487.7518310546875240033
Wed Apr 14 1999 00:00:00 GMT+0000 (Coordinated Universal Time)554.25595.5510558.75557.3237915039062627933

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