Baselight

Google 10 Years StockPrice Dataset

Google Stock History From [2013-01-01] to [2024-01-10]

@kaggle.jillanisofttech_google_10_years_stockprice_dataset

Googlestock Price
@kaggle.jillanisofttech_google_10_years_stockprice_dataset.googlestock_price

  • 139.45 KB
  • 2645 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Jan 02 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.00350379943847718.19319343566894517.93168258666992218.09934806823730518.099348068237305101550348
Thu Jan 03 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.1413917541503918.3165664672851618.03603553771972718.1098594665527318.1098594665527392635272
Fri Jan 04 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.25175285339355518.5553054809570318.210210800170918.4677181243896518.46771812438965110429460
Mon Jan 07 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.4046554565429718.50300216674804718.2827835083007818.38713645935058218.38713645935058266161772
Tue Jan 08 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.40690612792968818.42592620849609418.1288795471191418.3508510589599618.3508510589599666976956
Wed Jan 09 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.32507514953613318.4772262573242218.23323249816894518.47147178649902318.47147178649902380907012
Thu Jan 10 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.58933830261230518.64364433288574618.3558559417724618.5555553436279318.5555553436279373354572
Fri Jan 11 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.5685691833496118.57932853698730518.42592620849609418.5182685852050818.5182685852050851356592
Mon Jan 14 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.44344329833984418.5735740661621118.0768260955810518.09934806823730518.099348068237305114441444
Tue Jan 15 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.00125122070312518.3933925628662117.8203201293945318.1413917541503918.14139175415039156950892

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