Baselight

Google | Stock Market Analysis | Founding Years

Stock Market Analysis of Alphabet Inc. (GOOG) from 2004 to 2022

@kaggle.whenamancodes_google_stock_market_analysis_founding_years

Goog
@kaggle.whenamancodes_google_stock_market_analysis_founding_years.goog

  • 287.55 KB
  • 4552 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Aug 20 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.515822.7168172.5031182.6976392.697639458857488
Mon Aug 23 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.7584112.8264062.716072.7247872.724787366857939
Tue Aug 24 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.7706152.7795812.5795812.611962.61196306396159
Wed Aug 25 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.6142012.6899182.5873022.6401042.640104184645512
Thu Aug 26 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.6139522.6886722.6067292.6876762.687676142572401
Fri Aug 27 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.6924082.705362.6323832.643842.64384124826132
Mon Aug 30 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.6221712.6274022.5407272.5407272.540727104429967
Tue Aug 31 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.547952.5830682.5444632.5496932.54969398825037
Wed Sep 01 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.5579122.5646372.4824452.4968912.496891183633734
Thu Sep 02 2004 00:00:00 GMT+0000 (Coordinated Universal Time)2.470492.5496932.4642632.5282732.528273303810504

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