get5 | R Documentation |
Summary statistics for the movements on the 5 minute level
get5(ticker, truncated = TRUE)
ticker |
The ticker symbol as a string |
truncated |
Option to limit output to hours closer to market open hours. Default is true. |
A data frame with daily data such as the high, low, open, close, and associated returns. Available in the global environment. Default is truncated to show data more relevant to active trading hours. Adjusted to local time zone.
## Not run: get5("WTI") get5("SPY", truncated = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.