Baselight

Historical Stock Price Of (FAANG + 5) Companies

"I will tell you how to become rich"

@kaggle.suddharshan_historical_stock_price_of_10_popular_companies

Google
@kaggle.suddharshan_historical_stock_price_of_10_popular_companies.google

  • 84.86 KB
  • 1761 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Jan 02 2015 00:00:00 GMT+0000 (Coordinated Universal Time)527.561584529.815369522.665039523.373108523.3731081447563
Mon Jan 05 2015 00:00:00 GMT+0000 (Coordinated Universal Time)521.827332522.894409511.655243512.463013512.4630132059840
Tue Jan 06 2015 00:00:00 GMT+0000 (Coordinated Universal Time)513.589966514.761719499.678131500.585632500.5856322899940
Wed Jan 07 2015 00:00:00 GMT+0000 (Coordinated Universal Time)505.611847505.855164498.281952499.727997499.7279972065054
Thu Jan 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)496.626526502.101471489.65564501.30368501.303683353582
Fri Jan 09 2015 00:00:00 GMT+0000 (Coordinated Universal Time)503.377991503.537537493.435272494.811493494.8114932071371
Mon Jan 12 2015 00:00:00 GMT+0000 (Coordinated Universal Time)493.584869494.618011486.225067491.201416491.2014162326771
Tue Jan 13 2015 00:00:00 GMT+0000 (Coordinated Universal Time)497.474182501.602844491.04184494.821472494.8214722370490
Wed Jan 14 2015 00:00:00 GMT+0000 (Coordinated Universal Time)493.295654501.852173491.650177499.498627499.4986272235721
Thu Jan 15 2015 00:00:00 GMT+0000 (Coordinated Universal Time)504.18576504.295471496.397156500.416107500.4161072715836

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