get_snoa: Get Scaled Net Operating Assets

View source: R/get_snoa.R

get_snoaR Documentation

Get Scaled Net Operating Assets

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_snoa(df)

Arguments

df

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

Details

Scaled Net Operating Assets (SNOA) is calculated as the difference between operating assets and operating liabilities, scaled by lagged total assets.

Value

Input data.frame supplemented by the company's available Scaled Net Operating Assets data.

Examples

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


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