Baselight

Google Historical Stock Prices

Analyzing Historical Stock Data: Price Trends, Volume, and Corporate Actions

@kaggle.yaminh_google_historical_stock_prices

Google Stock
@kaggle.yaminh_google_historical_stock_prices.google_stock

  • 93.89 KB
  • 1258 rows
  • 13 columns
date

Date

close

Close

adjclose

AdjClose

high

High

adjhigh

AdjHigh

low

Low

adjlow

AdjLow

open

Open

adjopen

AdjOpen

volume

Volume

adjvolume

AdjVolume

divcash

DivCash

splitfactor

SplitFactor

2018-09-05 00:00:00+00:001186.481186.481199.011199.01116211621193.81193.8206130920613091
2016-11-04 00:00:00+00:00762.02762.02770.36770.36750.5611750.5611750.66750.66213481221348121
2016-08-25 00:00:00+00:00769.41769.41771.89771.89763.1846763.18467677679268839268831
2016-09-13 00:00:00+00:00759.69759.69766.2195766.2195755.8755.8764.48764.48139504613950461
2020-09-17 00:00:00+00:001495.531495.531508.29841508.29841470.00011470.000114961496187975118797511
2018-02-20 00:00:00+00:001102.461102.461113.951113.951088.521088.521090.571090.57138160313816031
2019-08-08 00:00:00+00:001204.81204.81205.011205.011173.021173.021182.831182.83146799714679971
2020-08-07 00:00:00+00:001494.491494.491516.8451516.8451481.641481.6415001500157782615778261
2020-12-28 00:00:00+00:001776.091776.091790.72761790.72761746.3351746.3351751.6351751.635139096213909621
2020-07-28 00:00:00+00:001500.341500.341526.481526.481497.661497.661525.181525.18170217417021741

CREATE TABLE google_stock (
  "date" VARCHAR,
  "close" DOUBLE,
  "adjclose" DOUBLE,
  "high" DOUBLE,
  "adjhigh" DOUBLE,
  "low" DOUBLE,
  "adjlow" DOUBLE,
  "open" DOUBLE,
  "adjopen" DOUBLE,
  "volume" BIGINT,
  "adjvolume" BIGINT,
  "divcash" BIGINT,
  "splitfactor" BIGINT
);

Share link

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