Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ato
@kaggle.artemburenok_sp_500_stock_prices.ato

  • 316.51 KB
  • 9822 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Dec 28 1983 00:00:00 GMT+0000 (Coordinated Universal Time)5.5833330154418955.755.5833330154418955.5833330154418951.363403677940368919200
Thu Dec 29 1983 00:00:00 GMT+0000 (Coordinated Universal Time)5.54166698455810555.755.54166698455810555.54166698455810551.353228926658630493900
Fri Dec 30 1983 00:00:00 GMT+0000 (Coordinated Universal Time)5.54166698455810555.755.54166698455810555.54166698455810551.353228926658630479800
Tue Jan 03 1984 00:00:00 GMT+0000 (Coordinated Universal Time)5.54166698455810555.66666698455810555.55.51.34305369853973433000
Wed Jan 04 1984 00:00:00 GMT+0000 (Coordinated Universal Time)5.55.54166698455810555.41666698455810555.41666698455810551.322705149650573551600
Thu Jan 05 1984 00:00:00 GMT+0000 (Coordinated Universal Time)5.41666698455810555.54166698455810555.41666698455810555.41666698455810551.322705149650573535100
Fri Jan 06 1984 00:00:00 GMT+0000 (Coordinated Universal Time)5.55.66666698455810555.55.51.34305369853973460600
Mon Jan 09 1984 00:00:00 GMT+0000 (Coordinated Universal Time)5.54166698455810555.755.54166698455810555.54166698455810551.353228926658630440200
Tue Jan 10 1984 00:00:00 GMT+0000 (Coordinated Universal Time)5.54166698455810555.66666698455810555.54166698455810555.54166698455810551.353228926658630444400
Wed Jan 11 1984 00:00:00 GMT+0000 (Coordinated Universal Time)5.54166698455810555.66666698455810555.55.51.34305369853973460000

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