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 Dataset V2
@kaggle.jillanisofttech_google_10_years_stockprice_dataset.googlestock_dataset_v2

  • 141.45 KB
  • 2775 rows
  • 7 columns
unnamed_0

Unnamed: 0

date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

Wed Jan 02 2013 00:00:00 GMT+0000 (Coordinated Universal Time)17.91833877563476618.1071300506591817.8468551635742218.013729095458984102033017
1Thu Jan 03 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.05557250976562518.2299194335937517.95071601867675818.0241909027099693075567
2Fri Jan 04 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.1654129028320318.46752929687518.12406730651855518.380355834960938110954331
3Mon Jan 07 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.31759071350097718.4154739379882818.1962966918945318.3001575469970766476239
4Tue Jan 08 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.31983375549316418.33876228332519518.04311943054199218.2640419006347767295297
5Wed Jan 09 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.2383880615234418.3898200988769618.1469802856445318.38409233093261781291563
6Thu Jan 10 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.5014019012451218.55545043945312518.26902389526367218.46777725219726673703226
7Fri Jan 11 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.4807300567626918.49143981933593818.33876228332519518.43066787719726651600690
8Mon Jan 14 2013 00:00:00 GMT+0000 (Coordinated Universal Time)18.356195449829118.4857101440429717.99131393432617218.013729095458984114985384
9Tue Jan 15 2013 00:00:00 GMT+0000 (Coordinated Universal Time)17.91609573364257818.3063831329345717.73602104187011718.055572509765625157696879

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

Share link

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