get_cogs_to_revenue: Get Cost-of-Goods-Sold-to-Revenue-Ratio

View source: R/get_cogs_to_revenue.R

get_cogs_to_revenueR Documentation

Get Cost-of-Goods-Sold-to-Revenue-Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_cogs_to_revenue(df)

Arguments

df

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

Details

The Asset-Turnover-Ratio measures the direct cost attributed to the production of the products sold relative to the total revenue generated by the company over the same time period. Higher values may indicate inefficiencies in procurement and/or production processes.

Value

Input data.frame supplemented by the company's available Cost-of-Goods-Sold-to-Revenue-Ratio data.

Examples

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


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