Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Trgp
@kaggle.artemburenok_sp_500_stock_prices.trgp

  • 144.05 KB
  • 3026 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Dec 07 2010 00:00:00 GMT+0000 (Coordinated Universal Time)24.10000038146972725.20000076293945323.524.70000076293945313.84770870208740210577600
Wed Dec 08 2010 00:00:00 GMT+0000 (Coordinated Universal Time)24.510000228881842624.39999961853027725.64999961853027714.380313873291016865200
Thu Dec 09 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.35000038146972726.2525.3400001525878925.5699996948242214.33546257019043877800
Fri Dec 10 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.370000839233425.79000091552734425.29000091552734425.6399993896484414.37470817565918436900
Mon Dec 13 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.526.69000053405761725.48999977111816426.52000045776367214.868064880371094397800
Tue Dec 14 2010 00:00:00 GMT+0000 (Coordinated Universal Time)26.39999961853027726.60000038146972725.79000091552734426.54000091552734414.879279136657717250500
Wed Dec 15 2010 00:00:00 GMT+0000 (Coordinated Universal Time)26.55999946594238327.1399993896484425.47999954223632826.05999946594238314.61017608642578396100
Thu Dec 16 2010 00:00:00 GMT+0000 (Coordinated Universal Time)25.95999908447265626.9300003051757825.95000076293945326.80999946594238315.030643463134766133000
Fri Dec 17 2010 00:00:00 GMT+0000 (Coordinated Universal Time)26.98999977111816427.54999923706054726.89999961853027727.30999946594238315.3109712600708101600
Mon Dec 20 2010 00:00:00 GMT+0000 (Coordinated Universal Time)27.20999908447265628.39999961853027727.19000053405761727.53000068664550815.434308052062988149300

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