get_snoa | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_snoa(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
Scaled Net Operating Assets (SNOA) is calculated as the difference between operating assets and operating liabilities, scaled by lagged total assets.
Input data.frame supplemented by the company's available Scaled Net Operating Assets data.
df <- data.frame('symbol' = 'AAPL') res <- get_snoa(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.