View source: R/get_diluted_eps.R
get_diluted_eps | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_diluted_eps(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
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.
Input data.frame supplemented by the company's available **Diluted Earnings per Share ** data.
df <- data.frame('symbol' = 'AAPL') res <- get_diluted_eps(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.