Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Dte
@kaggle.artemburenok_sp_500_stock_prices.dte

  • 462.41 KB
  • 15344 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)26.11702156066894525.8510646820068425.851064682006840.43587607145309451880
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)25.8510646820068425.6382980346679725.638298034667970.43228873610496525170
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)25.7978725433349625.425531387329125.42553138732910.42870131134986887755
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)25.37233924865722724.89361763000488324.8936176300048830.419732332229614210575
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)24.9468097686767624.68085098266601624.946809768676760.4206296205520636815
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)2524.787233352661133250.42152637243270875170
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)25.1063823699951224.89361763000488325.106382369995120.42332014441490174700
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)25.21276664733886724.89361763000488325.2127666473388670.42511385679244994230
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)25.47872352600097725.21276664733886725.4787235260009770.42959842085838323525
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)25.31914901733398425.0531902313232425.106382369995120.42332014441490173525

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