View source: R/get_price_to_opcf.R
get_price_to_opcf | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_price_to_opcf(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Price-to-Operating-Cash-Flow-Ratio measures a company's value relative to its Operating Cash Flows.
Input data.frame supplemented by the company's available Price-to-Operating-Cash-Flow-Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_price_to_opcf(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.