Baselight

APPLE INC ACTION

The value of action d'Apple Inc

@kaggle.borismbobe_apple_action

Loading...
Loading...

About this Dataset

APPLE INC ACTION

This database comes from the yahoo finance site, it contains information on the shares of Apple Inc.
It contains 7 columns in all, which you will confirm by exploring the database. Have fun with this database, using time series.
The another in this site https://finance.yahoo.com/quote/AAPL?p=AAPL

Tables

Aapl 1

@kaggle.borismbobe_apple_action.aapl_1
  • 430.52 KB
  • 10508 rows
  • 7 columns
Loading...

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

Aapl

@kaggle.borismbobe_apple_action.aapl
  • 16.86 KB
  • 252 rows
  • 7 columns
Loading...

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