AMZN | R Documentation |
This dataset contains the daily stock prices of Amazon.com Inc. (AMZN) 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. ~~
data("AMZN")
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
Data source: Yahoo Finance
data(AMZN)
str(AMZN) ; plot(AMZN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.