Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Aig
@kaggle.artemburenok_sp_500_stock_prices.aig

  • 474.55 KB
  • 12599 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 02 1973 00:00:00 GMT+0000 (Coordinated Universal Time)24.70410537719726624.70410537719726624.70410537719726624.70410537719726614.620543479919434
Wed Jan 03 1973 00:00:00 GMT+0000 (Coordinated Universal Time)24.81198310852050824.81198310852050824.81198310852050824.81198310852050814.684385299682615
Thu Jan 04 1973 00:00:00 GMT+0000 (Coordinated Universal Time)24.5243072509765624.5243072509765624.5243072509765624.5243072509765614.514132499694824
Fri Jan 05 1973 00:00:00 GMT+0000 (Coordinated Universal Time)24.6681461334228524.6681461334228524.6681461334228524.6681461334228514.599257469177246
Mon Jan 08 1973 00:00:00 GMT+0000 (Coordinated Universal Time)24.59622764587402324.59622764587402324.59622764587402324.59622764587402314.556695938110352
Tue Jan 09 1973 00:00:00 GMT+0000 (Coordinated Universal Time)24.7400646209716824.7400646209716824.7400646209716824.7400646209716814.64181900024414
Wed Jan 10 1973 00:00:00 GMT+0000 (Coordinated Universal Time)24.7400646209716824.7400646209716824.7400646209716824.7400646209716814.64181900024414
Thu Jan 11 1973 00:00:00 GMT+0000 (Coordinated Universal Time)24.91986274719238324.91986274719238324.91986274719238324.91986274719238314.74822998046875
Fri Jan 12 1973 00:00:00 GMT+0000 (Coordinated Universal Time)24.95582008361816424.95582008361816424.95582008361816424.95582008361816414.769503593444824
Mon Jan 15 1973 00:00:00 GMT+0000 (Coordinated Universal Time)25.02774047851562525.02774047851562525.02774047851562525.02774047851562514.812067985534668

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