View source: R/get_insider_ownership.R
get_insider_ownership | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_insider_ownership(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Insider Ownership is the percentage of shares that are owned by company insiders relative to the total shares outstanding. Insiders are a company's officers, directors, relatives or generally everyone with key information before made available to the public. High insider ownership can in many cases be interpreted as a signal of confidence. Larger companies have typically low(er) insider ownership.
Input data.frame supplemented by the company's available Insider Ownership data.
df <- data.frame('symbol' = 'AAPL') res <- get_insider_ownership(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.