Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Hlt
@kaggle.artemburenok_sp_500_stock_prices.hlt

  • 109.84 KB
  • 2267 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Dec 12 2013 00:00:00 GMT+0000 (Coordinated Universal Time)43.7075996398925844.9798393249511743.6049995422363344.1180000305175842.1002349853515612935478
Fri Dec 13 2013 00:00:00 GMT+0000 (Coordinated Universal Time)45.1234817504882845.9237594604492244.2206001281738345.3492012023925843.2751235961914061224854
Mon Dec 16 2013 00:00:00 GMT+0000 (Coordinated Universal Time)47.3601608276367252.839000701904344.1590385437011744.1590385437011742.139396667480474717690
Tue Dec 17 2013 00:00:00 GMT+0000 (Coordinated Universal Time)44.3437194824218845.1234817504882844.2821617126464844.7541198730468842.70726394653322313840
Wed Dec 18 2013 00:00:00 GMT+0000 (Coordinated Universal Time)44.7951583862304745.5133590698242244.44631958007812544.7951583862304742.746421813964852857846
Thu Dec 19 2013 00:00:00 GMT+0000 (Coordinated Universal Time)44.6310005187988345.9853210449218844.2206001281738345.7185592651367243.6275863647460941469103
Fri Dec 20 2013 00:00:00 GMT+0000 (Coordinated Universal Time)46.1699981689453146.2725982666015644.85671997070312545.0003585815429742.94223785400391994834
Mon Dec 23 2013 00:00:00 GMT+0000 (Coordinated Universal Time)45.1645202636718845.53387832641601644.24111938476562544.24111938476562542.217727661132811220712
Tue Dec 24 2013 00:00:00 GMT+0000 (Coordinated Universal Time)44.3232002258300844.4668388366699243.3997993469238344.13851928710937542.119812011718751234064
Thu Dec 26 2013 00:00:00 GMT+0000 (Coordinated Universal Time)44.24111938476562545.06192016601562544.2206001281738344.5284004211425842.491867065429691309211

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