get_operating_cash_flow: Get Operating Cash Flow per Share

View source: R/get_operating_cash_flow.R

get_operating_cash_flowR Documentation

Get Operating Cash Flow per Share

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_operating_cash_flow(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 value of a company's Net Sales Revenue relative to the value of its Total Assets. The ratio indicates how effectively a company is using its assets in order to generate sales.

Value

Input data.frame supplemented by the company's available Operating Cash Flow per Share data.

Examples

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


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