get_predictability: Get Predictability Rank

View source: R/get_predictability.R

get_predictabilityR Documentation

Get Predictability Rank

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_predictability(df)

Arguments

df

data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol.

Details

Gurufocus.com ranks the predictability of companies based on the consistency of their revenue per share and EBITDA (earning before interest, tax, depreciation and amortization) per share over the past ten fiscal years, and study the correlation between the stock performances and the predictability of the business.

Value

Input data.frame supplemented by the company's available Predictability Rank data.

Examples

df <- data.frame('symbol' = 'AAPL')
res <- get_predictability(df)


OliverHennhoefer/quant documentation built on Sept. 18, 2022, 5:50 p.m.