View source: R/get_ltd_to_total_assets.R
get_ltd_to_total_assets | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_ltd_to_total_assets(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Asset-Turnover-Ratio measures the percentage if a company's assets that are financed with loans and financial obligations lasting more than one year. The ratio gives an indication about a company's ability to meet financial requirements for outstanding loans.
Input data.frame supplemented by the company's available Long-Term Debt to Total Asset Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_ltd_to_total_assets(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.