Baselight

All-Time Stock Price Data

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

@kaggle.hchsmost_test_dataset

Ulta
@kaggle.hchsmost_test_dataset.ulta

  • 203.36 KB
  • 4151 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Oct 25 2007 00:00:00 GMT+0000 (Coordinated Universal Time)333528.8899993896484429.8199996948242229.490022659301767486900
Fri Oct 26 2007 00:00:00 GMT+0000 (Coordinated Universal Time)29.69000053405761732.9799995422363329.253231.645900726318361625600
Mon Oct 29 2007 00:00:00 GMT+0000 (Coordinated Universal Time)343532.65000152587890634.7000007629394534.31602478027344667900
Tue Oct 30 2007 00:00:00 GMT+0000 (Coordinated Universal Time)35.22000122070312535.5999984741210943335.4300003051757835.03794479370117455600
Wed Oct 31 2007 00:00:00 GMT+0000 (Coordinated Universal Time)34.9300003051757835.63000106811523432.9500007629394534.2000007629394533.821556091308594393200
Thu Nov 01 2007 00:00:00 GMT+0000 (Coordinated Universal Time)33.533.532.1399993896484432.7299995422363332.367820739746094453900
Fri Nov 02 2007 00:00:00 GMT+0000 (Coordinated Universal Time)32.740001678466832.97000122070312531.52000045776367232.4199981689453132.06125259399414276000
Mon Nov 05 2007 00:00:00 GMT+0000 (Coordinated Universal Time)31.6100006103515632.2531.1100006103515631.531.15143394470215342300
Tue Nov 06 2007 00:00:00 GMT+0000 (Coordinated Universal Time)31.5100002288818431.89999961853027731.35000038146972731.4300003051757831.08220863342285223100
Wed Nov 07 2007 00:00:00 GMT+0000 (Coordinated Universal Time)31.29999923706054731.29999923706054729.2529.35000038146972729.025224685668945525600

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