Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Tech
@kaggle.artemburenok_sp_500_stock_prices.tech

  • 315.43 KB
  • 8528 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Feb 09 1989 00:00:00 GMT+0000 (Coordinated Universal Time)0.11718799918890.1093750.1093750.0928467288613319200000
Fri Feb 10 1989 00:00:00 GMT+0000 (Coordinated Universal Time)0.11718799918890.1093750.1093750.092846728861331959200
Mon Feb 13 1989 00:00:00 GMT+0000 (Coordinated Universal Time)0.11718799918890.10156299918890.10156299918890.086215265095233988000
Tue Feb 14 1989 00:00:00 GMT+0000 (Coordinated Universal Time)0.11718799918890.10156299918890.10156299918890.0862152650952339219200
Wed Feb 15 1989 00:00:00 GMT+0000 (Coordinated Universal Time)0.11718799918890.10156299918890.10156299918890.0862152650952339510400
Thu Feb 16 1989 00:00:00 GMT+0000 (Coordinated Universal Time)0.11718799918890.10156299918890.10156299918890.0862152650952339875200
Fri Feb 17 1989 00:00:00 GMT+0000 (Coordinated Universal Time)0.1250.11718799918890.11718799918890.0994790568947792432000
Tue Feb 21 1989 00:00:00 GMT+0000 (Coordinated Universal Time)0.1250.11718799918890.11718799918890.0994790568947792324800
Wed Feb 22 1989 00:00:00 GMT+0000 (Coordinated Universal Time)0.1250.11718799918890.11718799918890.0994790568947792232000
Thu Feb 23 1989 00:00:00 GMT+0000 (Coordinated Universal Time)0.1250.1093750.1093750.092846728861331932000

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