| GOOG {StockDistFit} | R Documentation |
Alphabet Inc Inc. Stock Prices Dataset
Description
This dataset contains the daily stock prices of Alphabet Inc. (GOOG) 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("GOOG")
Format
A data frame with 2599 observations on the following 7 variables.
Opena numeric vector
Higha numeric vector
Lowa numeric vector
Closea numeric vector
Volumea numeric vector
Adjusteda numeric vector
Datea character vector
References
Data source: Yahoo Finance
Examples
data(GOOG)
str(GOOG) ; plot(GOOG)
[Package StockDistFit version 1.0.0 Index]