get_buyback_yield: Get Buyback Yield

View source: R/get_buyback_yield.R

get_buyback_yieldR Documentation

Get Buyback Yield

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_buyback_yield(df)

Arguments

df

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

Details

The buyback yield gives the repurchased outstanding shares in relation to the market capitalization. Higher buyback yields may indicate the managements expectation that the stock is undervalued or its attempt to prevent a hostile takeover among other reasons.

Value

Input data.frame supplemented by the company's available Buyback Yield data.

Examples

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


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