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