View source: R/get_interest_coverage.R
get_interest_coverage | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_interest_coverage(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Interest Coverage measures how easily a company ca pay interest expenses on outstanding debt. It is calculated by diving a company's Operating Income by its Interest Expense. Higher a coverage are naturally better for the financial stability of a company.
Input data.frame supplemented by the company's available Interest Coverage data.
df <- data.frame('symbol' = 'AAPL') res <- get_interest_coverage(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.