View source: R/get_profitability.R
get_profitability | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_profitability(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
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)
Input data.frame supplemented by the company's available Profitability Rank data.
df <- data.frame('symbol' = 'AAPL') res <- get_profitability(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.