Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Gnrc
@kaggle.artemburenok_sp_500_stock_prices.gnrc

  • 150.95 KB
  • 3233 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Feb 11 2010 00:00:00 GMT+0000 (Coordinated Universal Time)1313.2512.39999961853027212.840000152587898.4606285095214849627100
Fri Feb 12 2010 00:00:00 GMT+0000 (Coordinated Universal Time)12.76000022888183613.4099998474121112.76000022888183613.409999847412118.836217880249023884000
Tue Feb 16 2010 00:00:00 GMT+0000 (Coordinated Universal Time)13.39999961853027213.42000007629394412.9099998474121113.319999694824228.7769136428833166900
Wed Feb 17 2010 00:00:00 GMT+0000 (Coordinated Universal Time)13.2200002670288091413.19999980926513713.3000001907348638.7637357711792400400
Thu Feb 18 2010 00:00:00 GMT+0000 (Coordinated Universal Time)13.10000038146972813.14999961853027212.85000038146972813.0299997329711918.585824966430664402300
Fri Feb 19 2010 00:00:00 GMT+0000 (Coordinated Universal Time)1313.22999954223632812.89999961853027213.2299995422363288.717610359191895325600
Mon Feb 22 2010 00:00:00 GMT+0000 (Coordinated Universal Time)13.27999973297119113.69999980926513713.060000419616713.090000152587898.625361442565918189900
Tue Feb 23 2010 00:00:00 GMT+0000 (Coordinated Universal Time)13.05000019073486313.30000019073486313.01000022888183613.069999694824228.6121826171875110000
Wed Feb 24 2010 00:00:00 GMT+0000 (Coordinated Universal Time)1313.05000019073486312.92000007629394413.0500001907348638.59900379180908236800
Thu Feb 25 2010 00:00:00 GMT+0000 (Coordinated Universal Time)1313.19999980926513712.98999977111816413.1999998092651378.697842597961426192600

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