Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ge
@kaggle.rprkh15_sp500_stock_prices.ge

  • 738.57 KB
  • 15236 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.01305064898040431.02993496579086231.0029202035803291.009673833847046269568
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.00460823197677351.00460823197677350.9961661169484710.9995430111885072184704
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.99954377860232481.0079858197309320.97928279951241460.9877248406410216229632
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.98772411825058360.98941252524145720.94551362195396820.9623979330062866340704
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.96239839687556640.96239839687556640.93200673486649770.9607099890708924386880
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.96070973131031380.97421699012367960.95395586075999560.965774953365326290784
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.96577487483057480.97590531811681320.96239806040182860.9708400964736938244608
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.97084100252581160.9725294113159180.9539566734809090.972529411315918203424
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.9725290723296550.9742174805312470.9556449903137350.959021806716919210912
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.96070975791826540.9725286097072970.96070975791826540.9691517949104308264576

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