AAPL {StockDistFit}R Documentation

Apple Inc. stock prices dataset

Description

This dataset contains the daily stock prices of Apple Inc. (AAPL) from January 2, 2013 to April 30, 2023. The data includes the open, high, low, and close prices, as well as the volume and adjusted close price. ~~

Usage

data("AAPL")

Format

A data frame with 2599 observations on the following 7 variables.

Date

a character vector

Open

a numeric vector

High

a numeric vector

Low

a numeric vector

Close

a numeric vector

Volume

a numeric vector

Adjusted

a numeric vector

References

Data source: Yahoo Finance

Examples

data(AAPL)
str(AAPL) ; plot(AAPL)

[Package StockDistFit version 1.0.0 Index]