fmpc_held_by_mfs: List of mutual funds that hold a specified symbol

Description Usage Arguments Details Value Examples

View source: R/holdings.R

Description

Shows mutual funds holding a list of symbols provided. Not currently available for ETFs

Usage

1

Arguments

symbols

one or more symbols from the FMP available list that can be found using fmpc_symbols_by_market. A valid API token must be set in order to enable functionality. See documentation for setting a token under fmpc_set_token.

Details

This differs from fmpc_holdings_etf which allows a search by ETF to see detail on what the ETF is holding.

Value

data frame of mutual funds holding specified security

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 

# Demo can pull AAPL
fmpc_set_token()
fmpc_held_by_mfs('AAPL')

# For multiple symbols, set a valid API Token
fmpc_set_token('FMPAPIKEY')
fmpc_held_by_mfs(c('AAPL','MSFT','GOOGL'))


## End(Not run)

fmpcloudr documentation built on March 2, 2021, 1:06 a.m.