get_profitability: Get Profitability Rank

View source: R/get_profitability.R

get_profitabilityR Documentation

Get Profitability Rank

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_profitability(df)

Arguments

df

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

Details

Gurufocus.com calculated the Profitability Rank by how profitable a company is and how likely the company's business will stay that way. The maximum rank is 10. A rank of 7 or higher means a higher profitability and may stay that way. A rank of 3 or lower indicates that the company has had trouble to make a profit. The Profitability Rank is based on the Operating Margin and its 5-year average, the Piotroski F-Score, the Consistency of the Profitability and the Predictability Rank (see get_predictability)

Value

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

Examples

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


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