get_capex_to_sales: Get CAPEX-Sales-Ratio

View source: R/get_capex_to_sales.R

get_capex_to_salesR Documentation

Get CAPEX-Sales-Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_capex_to_sales(df)

Arguments

df

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

Details

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.

Value

Input data.frame supplemented by the company's available CAPEX-Sales-Ratio data.

Examples

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


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