Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Jbht
@kaggle.artemburenok_sp_500_stock_prices.jbht

  • 359.58 KB
  • 9846 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Nov 22 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.58333301544189431.54166698455810571.54166698455810571.09905827045440675736000
Wed Nov 23 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.60416698455810571.56251.56251.11391079425811772424000
Fri Nov 25 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.64583301544189431.6251.6251.1584668159484863741600
Mon Nov 28 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.56251.52083301544189431.52083301544189431.0842059850692751251600
Tue Nov 29 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.58333301544189431.56251.56251.11391079425811771209600
Wed Nov 30 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.60416698455810571.56251.56251.1139107942581177632400
Thu Dec 01 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.60416698455810571.56251.56251.1139107942581177422400
Fri Dec 02 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.60416698455810571.54166698455810571.54166698455810571.0990582704544067985200
Mon Dec 05 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.58333301544189431.52083301544189431.52083301544189431.084205985069275229200
Tue Dec 06 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.54166698455810571.51.51.06935453414917220800

CREATE TABLE jbht (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

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