get_financial_distress: Get Probability of Financial Distress

View source: R/get_financial_distress.R

get_financial_distressR Documentation

Get Probability of Financial Distress

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_financial_distress(df)

Arguments

df

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

Details

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.

Value

Input data.frame supplemented by the company's available Probability of Financial Distress data.

Examples

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


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