Baselight

Google Stock Price Till 2023 December

Google Stock Price Prediction and Time Series Forecasting

@kaggle.rafsunahmad_google_stock_price

Google Stock
@kaggle.rafsunahmad_google_stock_price.google_stock

  • 130.85 KB
  • 2475 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Jan 02 2014 00:00:00 GMT+0000 (Coordinated Universal Time)27.78236579895019527.83940124511718827.60303688049316427.72408294677734427.72408294677734473129082
Fri Jan 03 2014 00:00:00 GMT+0000 (Coordinated Universal Time)27.7709083557128927.8189773559570327.52009773254394527.52184104919433627.52184104919433666917888
Mon Jan 06 2014 00:00:00 GMT+0000 (Coordinated Universal Time)27.72134399414062527.8670463562011727.55770683288574627.82869148254394527.82869148254394571037271
Tue Jan 07 2014 00:00:00 GMT+0000 (Coordinated Universal Time)28.0199737548828128.38585281372070327.9243335723876928.3651790618896528.36517906188965102486711
Wed Jan 08 2014 00:00:00 GMT+0000 (Coordinated Universal Time)28.54301452636718828.57589149475097728.22644996643066428.4242095947265628.4242095947265690036218
Thu Jan 09 2014 00:00:00 GMT+0000 (Coordinated Universal Time)28.479253768920928.49868011474609428.0339221954345728.15048408508300828.15048408508300883692529
Fri Jan 10 2014 00:00:00 GMT+0000 (Coordinated Universal Time)28.3706607818603528.3706607818603527.9514808654785228.1489906311035228.1489906311035286061375
Mon Jan 13 2014 00:00:00 GMT+0000 (Coordinated Universal Time)28.0565872192382828.565679550170927.82495498657226627.9696636199951227.9696636199951297118665
Tue Jan 14 2014 00:00:00 GMT+0000 (Coordinated Universal Time)28.3425159454345728.6675472259521528.096935272216828.62769508361816428.62769508361816499676216
Wed Jan 15 2014 00:00:00 GMT+0000 (Coordinated Universal Time)28.7171115875244128.76717376708984428.4879703521728528.6082687377929728.6082687377929778300393

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

Share link

Anyone who has the link will be able to view this.