Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ebay
@kaggle.rprkh15_sp500_stock_prices.ebay

  • 306.31 KB
  • 5988 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Sep 24 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.89334689826646040.9058710870331480.73889001944630640.7910720109939575518656090
Fri Sep 25 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.75976307699140060.77019913601607650.68670907467769740.7493261098861694121255834
Mon Sep 28 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.79315925605424160.84951467339918650.76811184265675210.805682480335235689772883
Tue Sep 29 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.82446743428006760.83907879168947850.79733375888514660.81611859798431439289536
Wed Sep 30 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.78794031947295270.80150806381485170.72219245312724220.752456903457641644113766
Thu Oct 01 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.71175546196185720.7221924281349610.66792321205139160.667923212051391644433101
Fri Oct 02 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.67627204717448950.69714501468519340.58443315816952410.667923212051391646816704
Mon Oct 05 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.65331282400060940.65331282400060940.58234599415747490.59904360771179233832339
Tue Oct 06 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.63870140875507110.63870140875507110.53433838747075450.609479606151580840270349
Wed Oct 07 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.58443307072558240.59486912725675030.51555347442626950.515553474426269535058355

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