Learn R Programming

avfintools (version 0.1.0)

getweekly: Get Stock Data at the Weekly level

Description

Summary statistics for the stock movements on the weekly

Usage

getweekly(ticker)

Value

A data frame with daily data such as the high, low, open, close, and associated returns. Available in the global environment.

Arguments

ticker

The ticker symbol as a string

Examples

Run this code
if (FALSE) {
getweekly("WTI")
}

Run the code above in your browser using DataLab