get_financial_strength: Get Financial Strength Rank

View source: R/get_financial_strength.R

get_financial_strengthR Documentation

Get Financial Strength Rank

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_financial_strength(df)

Arguments

df

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

Details

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.

Value

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

Examples

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


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