get_institutional_ownership: Get Institutional Ownership Percentage

View source: R/get_institutional_ownership.R

get_institutional_ownershipR Documentation

Get Institutional Ownership Percentage

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_institutional_ownership(df)

Arguments

df

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

Details

The Institutional Ownership is the percentage of shares that are owned by mutual or pension funds, insurance companies, investment firms, private foundations, endowments and other large entities that manage funds on behalf of others relative to the total shares outstanding.High institutional ownership can in many cases be interpreted as a signal of confidence.

Value

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

Examples

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


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