get_piotroski_f: Get Piotroski F-Score

View source: R/get_piotroski_f.R

get_piotroski_fR Documentation

Get Piotroski F-Score

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_piotroski_f(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 Piotroski F-Score data.

Examples

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


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