Learn R Programming

stocks (version 1.1.4)

beta_trailing50: Beta for Last 50 Daily Gains

Description

Calculates beta for a ticker symbol based on the previous 50 daily gains.

Usage

beta_trailing50(ticker, bench = "SPY", ...)

Arguments

ticker

Character string with ticker symbols that Yahoo! Finance recognizes.

bench

Character string with ticker symbol for benchmark.

...

Arguments to pass to load_gains.

Value

Numeric value.

References

Ryan, J.A. and Ulrich, J.M. (2017) quantmod: Quantitative Financial Modelling Framework. R package version 0.4-12, https://CRAN.R-project.org/package=quantmod.

Examples

Run this code
# NOT RUN {
# Calculate TLT's beta based on the previous 50 daily gains
beta_trailing50("TLT")
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab