View source: R/get_eps_ex_nri.R
get_eps_ex_nri | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_eps_ex_nri(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Earnings per Share without Non-recurrent Items is calculated by subtracting non-recurring items, the dividends of preferred stocks and non-operating income from the total net income. With that the measure gives a better impression about the real earnings power of a company.
Input data.frame supplemented by the company's available Earnings per Share ex Non-recurrent Items data.
df <- data.frame('symbol' = 'AAPL') res <- get_eps_ex_nri(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.