View source: R/get_capex_to_sales.R
get_capex_to_sales | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_capex_to_sales(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The CAPEX-Sales-Ratio measures a company's investments into property, plant, equipment and other capital assets (CAPEX) relative to its total sales. The measure indicates how aggressively a company is reinvesting its revenue into productive assets. The interpretation of the ratio depends on how effectively a company uses its assets to produce new income.
Input data.frame supplemented by the company's available CAPEX-Sales-Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_capex_to_sales(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.