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