get_dividend_per_share: Get Dividend per Share

View source: R/get_dividend_per_share.R

get_dividend_per_shareR Documentation

Get Dividend per Share

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_dividend_per_share(df)

Arguments

df

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

Details

Dividend per share (DPS) is the sum of declared dividends issued by a company for every ordinary share outstanding. The figure is calculated by dividing the total dividends paid out by a business, including interim dividends, over a period of time, usually a year, by the number of outstanding ordinary shares issued.

Value

Input data.frame supplemented by the company's available Dividend per Share data.

Examples

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


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