Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Hon
@kaggle.artemburenok_sp_500_stock_prices.hon

  • 528.6 KB
  • 15344 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)8.3287439346313488.2725954055786138.3100280761718751.103772282600402840740
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)8.4036092758178718.3287439346313488.4036092758178711.11620247364044283483
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)8.5346231460571298.422326087951668.4597578048706051.12365937232971274801
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)8.5346231460571298.422326087951668.4410419464111331.121174216270446842744
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)8.5346231460571298.347459793090828.4784736633300781.1261464357376190830
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)8.5159072875976568.422326087951668.4597578048706051.12365937232971262780
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)8.4597578048706058.2725954055786138.2913122177124021.101287364959716838736
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)8.3100280761718758.197730064392098.2913122177124021.101287364959716846751
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)8.347459793090828.197730064392098.2164468765258791.091343164443969530054
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)8.2164468765258798.0105667114257818.0667161941528321.071454882621765136733

CREATE TABLE hon (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.