Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Rok
@kaggle.artemburenok_sp_500_stock_prices.rok

  • 392.41 KB
  • 10326 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Dec 31 1981 00:00:00 GMT+0000 (Coordinated Universal Time)8.1406258.258.031258.18750.7860139012336731109600
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)8.156258.156258.1258.1250.780013740062713680800
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)8.031258.1257.906257.906250.7590133547782898138400
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)7.781257.906257.656257.718750.7410133481025696151600
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)7.68757.718757.6257.656250.735012888908386296800
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)7.718757.757.656257.68750.7380125522613525258800
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)7.593757.68757.468757.468750.7170125842094421160000
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)7.31257.468757.1257.281250.6990125179290771249200
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)7.218757.31257.1257.156250.6870118975639343227200
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)7.18757.257.1257.18750.690012335777282752800

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