Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Atvi
@kaggle.artemburenok_sp_500_stock_prices.atvi

  • 290.27 KB
  • 7338 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Oct 25 1993 00:00:00 GMT+0000 (Coordinated Universal Time)1.251.250.93750.93750.831162631511688218000
Tue Oct 26 1993 00:00:00 GMT+0000 (Coordinated Universal Time)1.22916698455810571.22916698455810570.85416698455810550.86458301544189450.7665163278579712189600
Wed Oct 27 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.86458301544189450.86458301544189450.86458301544189450.86458301544189450.7665163278579712
Thu Oct 28 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.70833301544189450.83333301544189450.58333301544189450.82291698455810550.729576170444488530000
Fri Oct 29 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.8750.8750.83333301544189450.83333301544189450.7388108372688293172800
Mon Nov 01 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.83333301544189450.8750.83333301544189450.8750.775751709938049376800
Tue Nov 02 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.83333301544189450.8750.83333301544189450.8750.775751709938049312000
Wed Nov 03 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.85416698455810550.97916698455810560.85416698455810550.95833301544189440.849632441997528148000
Thu Nov 04 1993 00:00:00 GMT+0000 (Coordinated Universal Time)110.95833301544189440.95833301544189440.849632441997528125200
Fri Nov 05 1993 00:00:00 GMT+0000 (Coordinated Universal Time)0.854166984558105510.854166984558105510.88657337427139284800

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