Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Odfl
@kaggle.rprkh15_sp500_stock_prices.odfl

  • 322.68 KB
  • 7736 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Oct 24 1991 00:00:00 GMT+0000 (Coordinated Universal Time)1.1611530184110881.1611530184110881.1073966566060861.118147134780883821520308
Fri Oct 25 1991 00:00:00 GMT+0000 (Coordinated Universal Time)1.1181468897846121.15040135383605961.1181468897846121.15040135383605962115239
Mon Oct 28 1991 00:00:00 GMT+0000 (Coordinated Universal Time)1.13964995425613981.23641324043273931.13964995425613981.23641324043273932660850
Tue Oct 29 1991 00:00:00 GMT+0000 (Coordinated Universal Time)1.22566182907538161.2471647685821731.22566182907538161.23641324043273932511633
Wed Oct 30 1991 00:00:00 GMT+0000 (Coordinated Universal Time)1.23641334668767261.29016982413380641.23641334668767261.26866781711578372615288
Thu Oct 31 1991 00:00:00 GMT+0000 (Coordinated Universal Time)1.30092132160696731.30092132160696731.24716484546661381.24716484546661381101473
Fri Nov 01 1991 00:00:00 GMT+0000 (Coordinated Universal Time)1.2471647685821731.26866770808896431.22566182907538161.2364132404327393703941
Mon Nov 04 1991 00:00:00 GMT+0000 (Coordinated Universal Time)1.2364135716790621.25791663373879331.21491062641143781.214910626411438609398
Tue Nov 05 1991 00:00:00 GMT+0000 (Coordinated Universal Time)1.2471647685821731.2471647685821731.2149103009259481.2364132404327393387281
Wed Nov 06 1991 00:00:00 GMT+0000 (Coordinated Universal Time)1.22566182907538161.23641324043273931.2149103009259481.2364132404327393755198

CREATE TABLE odfl (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "dividends" DOUBLE,
  "stock_splits" DOUBLE
);

Share link

Anyone who has the link will be able to view this.