get_price_to_opcf: Get Price-to-Operating-Cash-Flow-Ratio

View source: R/get_price_to_opcf.R

get_price_to_opcfR Documentation

Get Price-to-Operating-Cash-Flow-Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_price_to_opcf(df)

Arguments

df

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

Details

The Price-to-Operating-Cash-Flow-Ratio measures a company's value relative to its Operating Cash Flows.

Value

Input data.frame supplemented by the company's available Price-to-Operating-Cash-Flow-Ratio data.

Examples

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


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