Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Lrcx
@kaggle.artemburenok_sp_500_stock_prices.lrcx

  • 366.05 KB
  • 9733 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri May 04 1984 00:00:00 GMT+0000 (Coordinated Universal Time)2.252.2222220897674562.2222220897674561.94907212257385232578950
Mon May 07 1984 00:00:00 GMT+0000 (Coordinated Universal Time)2.252.1944439411163332.1944439411163331.9247089624404907102600
Tue May 08 1984 00:00:00 GMT+0000 (Coordinated Universal Time)2.2222220897674562.1944439411163332.1944439411163331.9247089624404907137250
Wed May 09 1984 00:00:00 GMT+0000 (Coordinated Universal Time)2.2222220897674562.1944439411163332.1944439411163331.9247089624404907741600
Thu May 10 1984 00:00:00 GMT+0000 (Coordinated Universal Time)2.1944439411163332.1388890743255612.1388890743255611.875982522964477303750
Fri May 11 1984 00:00:00 GMT+0000 (Coordinated Universal Time)2.1666669845581052.11111092567443852.11111092567443851.8516186475753784228150
Mon May 14 1984 00:00:00 GMT+0000 (Coordinated Universal Time)2.1944439411163332.11111092567443852.11111092567443851.851618647575378449950
Tue May 15 1984 00:00:00 GMT+0000 (Coordinated Universal Time)2.2222220897674562.1666669845581052.1666669845581051.900345683097839643650
Wed May 16 1984 00:00:00 GMT+0000 (Coordinated Universal Time)2.2222220897674562.1666669845581052.1666669845581051.900345683097839635100
Thu May 17 1984 00:00:00 GMT+0000 (Coordinated Universal Time)2.1944439411163332.1666669845581052.1666669845581051.900345683097839665250

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