View source: R/get_financial_distress.R
get_financial_distress | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_financial_distress(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Probability of Financial Distress measures the probability that a company will go bankrupt in the upcoming year given its current financial position. The measure is obtained by a logit probability model based on eight explanatory variables.
Input data.frame supplemented by the company's available Probability of Financial Distress data.
df <- data.frame('symbol' = 'AAPL') res <- get_financial_distress(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.