get_ebit_per_share: Get Earnings Before Interest and Taxes per Share

View source: R/get_ebit_per_share.R

get_ebit_per_shareR Documentation

Get Earnings Before Interest and Taxes per Share

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_ebit_per_share(df)

Arguments

df

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

Details

EBIT per Share is the amount of Earnings Before Interest and Taxes (EBIT) per outstanding share of the company's stock.

Value

Input data.frame supplemented by the company's available Earnings Before Interest and Taxes per Share data.

Examples

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


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