Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Tpr
@kaggle.artemburenok_sp_500_stock_prices.tpr

  • 242.52 KB
  • 5582 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 06 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.5468752.5781252.343752.43751.71051442623138457776800
Mon Oct 09 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.4296879768371582.4296879768371582.2656252.2656251.58990049362182622759200
Tue Oct 10 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.252.3752.252.2968751.6118304729461672257600
Wed Oct 11 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.2890629768371582.2890629768371582.2031252.218751.5570065975189213709600
Thu Oct 12 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.18752.187522.1093751.48025250434875494552000
Fri Oct 13 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.0781252.156252.06252.156251.5131469964981081595200
Mon Oct 16 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.156252.18752.1406252.1640629768371581.51862943172454831236800
Tue Oct 17 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.156252.3281252.156252.2968751.611830472946167620000
Wed Oct 18 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.281252.2968752.1718752.1796879768371581.52959442138671881392000
Thu Oct 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.1953129768371582.2031252.1252.1328129768371581.4967004060745241219200

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