Form 13-F statements provides position-level report of all institutional investment managers with more than $100m in assets under management

fmp_13f(cik, year = NULL)

Arguments

cik

character. A vector of Central Index Keys (CIK)

year

numeric. 4 digit year, e.g. 2020. If NULL, the current year will be taken from Sys.Date(). Default is NULL

Value

a tibble

See also

Examples

berkshire_cik <- '0001067983'
# \donttest{
d <- fmp_13f(berkshire_cik)
# }

# \donttest{
# 13-F forms from 2018
d_18 <- fmp_13f(berkshire_cik, year = 2018)
# }