View source: R/get_financial_strength.R
get_financial_strength | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_financial_strength(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Financial Strength Rank measures how strong a company's financial situation is. The rank is base on following factors:
Interest Coverage
Debt-to-Revenue Ratio
Altman Z-score
Companies with a rank of 3 or less are likely to be in financial distress.
Input data.frame supplemented by the company's available Financial Strength Rank data.
df <- data.frame('symbol' = 'AAPL') res <- get_financial_strength(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.