Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Nvda
@kaggle.rprkh15_sp500_stock_prices.nvda

  • 303.17 KB
  • 5907 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Jan 22 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.40173868643693410.44836885075386840.3563040999957540.3766297996044159271468800
Mon Jan 25 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.40652085240083120.42086865845991220.37662969012072950.416086375713348451048000
Tue Jan 26 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.42086881336919120.42923876223422930.37782537934894180.383804172277450534320000
Wed Jan 27 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.38499975088677830.39456527773600860.36347756861408510.382608622312545824436800
Thu Jan 28 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.38260844113549640.38499956857745540.37902077847013520.381412863731384322752000
Fri Jan 29 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.38141300182408460.38260857966106240.36347752809524530.363477528095245324403200
Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.36347755983516250.37304308645336060.36347755983516250.370651930570602415470400
Tue Feb 02 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.36347756928364630.37304309615049720.33119523995174380.341956317424774126409600
Wed Feb 03 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.33717406973021090.35391303889390140.33478198307054460.34912979602813727512000
Thu Feb 04 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.35391298986839650.37782536960537490.3491297476652270.368260800838470418192000

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

Share link

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