Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Aos
@kaggle.artemburenok_sp_500_stock_prices.aos

  • 357.58 KB
  • 9883 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Sep 30 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.1251.08333301544189431.08333301544189430.452756911516189618000
Mon Oct 03 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.09027802944183351.0763889551162721.08333301544189430.452756911516189618000
Tue Oct 04 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.0763889551162721.0694439411163331.0694439411163330.446952342987060521600
Wed Oct 05 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.06250.94444400072097780.94444400072097780.3947114646434784127800
Thu Oct 06 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.96527802944183360.93750.96527802944183360.4034183621406555118800
Fri Oct 07 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.95833301544189440.95138901472091670.95138901472091670.397613734006881737800
Mon Oct 10 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.02777802944183350.94444400072097781.02777802944183350.4295389652252197104400
Tue Oct 11 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.048611044883728110.417929738759994575600
Wed Oct 12 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.97222197055816640.94444400072097780.94444400072097780.394711464643478484600
Thu Oct 13 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.95138901472091670.95138901472091670.95138901472091670.397613734006881714400

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