get_total_debt_per_share: Get Total Debt Per Share

View source: R/get_total_debt_per_share.R

get_total_debt_per_shareR Documentation

Get Total Debt Per Share

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_total_debt_per_share(df)

Arguments

df

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

Details

Total Debt per Share is calculated as total debt divided by Shares Outstanding (EOP). Total debt is calculated as Long-Term Debt & Capital Lease Obligation plus Short-Term Debt & Capital Lease Obligation.

Value

Input data.frame supplemented by the company's available Total Debt per Share data.

Examples

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


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