get_insider_ownership: Get Insider Ownership

View source: R/get_insider_ownership.R

get_insider_ownershipR Documentation

Get Insider Ownership

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_insider_ownership(df)

Arguments

df

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

Details

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.

Value

Input data.frame supplemented by the company's available Insider Ownership data.

Examples

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


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