get_diluted_eps: Get Diluted Earnings per Share

View source: R/get_diluted_eps.R

get_diluted_epsR Documentation

Get Diluted Earnings per Share

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_diluted_eps(df)

Arguments

df

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

Details

The Diluted Earnings per Share calculates a company's earnings per share if all convertible securities were converted. Dilutive securities aren't common stock, but instead securities that can be converted to common stock.

Value

Input data.frame supplemented by the company's available **Diluted Earnings per Share ** data.

Examples

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


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