Baselight

All-Time Stock Price Data

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

@kaggle.hchsmost_test_dataset

Pypl
@kaggle.hchsmost_test_dataset.pypl

  • 111.07 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)3839.753636.70999908447265636.7099990844726565866600
Tue Jul 07 2015 00:00:00 GMT+0000 (Coordinated Universal Time)37.72000122070312537.8100013732910163636.61999893188476636.6199989318847667359000
Wed Jul 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)36.3400001525878936.3600006103515634.52999877929687534.7000007629394534.700000762939455387700
Thu Jul 09 2015 00:00:00 GMT+0000 (Coordinated Universal Time)35.09999847412109435.5200004577636733.990001678466834.534.53760100
Fri Jul 10 2015 00:00:00 GMT+0000 (Coordinated Universal Time)34.6599998474121135.18999862670898433.9799995422363334.68999862670898434.6899986267089844472800
Mon Jul 13 2015 00:00:00 GMT+0000 (Coordinated Universal Time)35.5900001525878937.535.536.7799987792968836.779998779296887626000
Tue Jul 14 2015 00:00:00 GMT+0000 (Coordinated Universal Time)36.990001678466837.740001678466836.5999984741210936.9300003051757836.930000305175784653300
Wed Jul 15 2015 00:00:00 GMT+0000 (Coordinated Universal Time)37.9799995422363338.2000007629394537.0299987792968837.509998321533237.509998321533213072800
Thu Jul 16 2015 00:00:00 GMT+0000 (Coordinated Universal Time)38.8199996948242239.97000122070312538.0800018310546938.63000106811523438.63000106811523421348500
Fri Jul 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)39.4199981689453140.2000007629394538.1800003051757838.3899993896484438.3899993896484445720200

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