View source: R/get_total_debt_per_share.R
get_total_debt_per_share | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_total_debt_per_share(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
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.
Input data.frame supplemented by the company's available Total Debt per Share data.
df <- data.frame('symbol' = 'AAPL') res <- get_total_debt_per_share(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.