getweekly {avfintools} | R Documentation |
Summary statistics for the stock movements on the weekly
getweekly(ticker)
ticker |
The ticker symbol as a string |
A data frame with daily data such as the high, low, open, close, and associated returns. Available in the global environment.
## Not run:
getweekly("WTI")
## End(Not run)