Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Nflx
@kaggle.rprkh15_sp500_stock_prices.nflx

  • 221.77 KB
  • 5069 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu May 23 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1.15642905235290531.24285697937011721.14571404457092291.1964290142059326104790000
Fri May 24 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1.2142859697341921.2250000238418581.19714295864105221.210000038146972911104800
Tue May 28 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1.21357095241546631.23214304447174071.1571429967880251.1571429967880256609400
Wed May 29 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1.16428601741790751.16428601741790751.08571398258209251.10357105731964116757800
Thu May 30 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1.10785698890686041.10785698890686041.07142901420593261.071429014205932610154200
Fri May 31 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1.07857096195220971.07857096195220971.07142901420593261.0764290094375618464400
Mon Jun 03 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1.08000004291534421.14928603172302251.0764290094375611.12857103347778323151400
Tue Jun 04 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1.1357140541076661.13999998569488531.11071395874023441.11785697937011723105200
Wed Jun 05 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1.11071395874023441.15928602218627931.10714304447174071.1471430063247681531600
Thu Jun 06 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1.1499999761581421.23214304447174071.14857101440429691.1821429729461672305800

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

Share link

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