Apple - 10 Year Stock Price History
Apple Inc (AAPL) NASDAQ prices
@kaggle.aleksandrdubrovin_apple_stock_price_history
Apple Inc (AAPL) NASDAQ prices
@kaggle.aleksandrdubrovin_apple_stock_price_history
Here are Apple stock data for 10 years
The success of the community depends on the success of each of us, the more information the better
CREATE TABLE aapl_historical_data (
"date" TIMESTAMP,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"vol" VARCHAR -- Vol.,
"change" VARCHAR -- Change %
);Anyone who has the link will be able to view this.