Baselight

Apple Stock Price Till 2023 December

Prediction and Time Series Analysis of Apple Stock

@kaggle.rafsunahmad_apple_stock_price

Apple Stock
@kaggle.rafsunahmad_apple_stock_price.apple_stock

  • 129.29 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)19.845714569091819.8939285278320319.7150001525878919.75464248657226617.318729400634766234684800
Fri Jan 03 2014 00:00:00 GMT+0000 (Coordinated Universal Time)19.745000839233419.77499961853027719.30107116699218819.32071495056152316.938304901123047392467600
Mon Jan 06 2014 00:00:00 GMT+0000 (Coordinated Universal Time)19.19464302062988319.528570175170919.0571422576904319.42607116699218817.030675888061523412610800
Tue Jan 07 2014 00:00:00 GMT+0000 (Coordinated Universal Time)19.44000053405761719.49857139587402319.21142959594726619.2871437072753916.90888023376465317209200
Wed Jan 08 2014 00:00:00 GMT+0000 (Coordinated Universal Time)19.24321365356445319.48428535461425419.2389297485351619.4092864990234417.015958786010742258529600
Thu Jan 09 2014 00:00:00 GMT+0000 (Coordinated Universal Time)19.528570175170919.5307140350341819.1196422576904319.1614284515380916.798664093017578279148800
Fri Jan 10 2014 00:00:00 GMT+0000 (Coordinated Universal Time)19.2796421051025419.31428527832031218.9682140350341819.03357124328613316.686569213867188304976000
Mon Jan 13 2014 00:00:00 GMT+0000 (Coordinated Universal Time)18.9253578186035219.37518.92428588867187519.13321495056152316.77392578125378492800
Tue Jan 14 2014 00:00:00 GMT+0000 (Coordinated Universal Time)19.22214317321777319.52607154846191819.202142715454119.5139293670654317.107696533203125332561600
Wed Jan 15 2014 00:00:00 GMT+0000 (Coordinated Universal Time)19.7685718536376920.00714302062988319.702142715454119.9057140350341817.451173782348633391638800

CREATE TABLE apple_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.