fmp_13f: Form 13-F Statements

Description Usage Arguments Value See Also Examples

View source: R/institutional-funds.R

Description

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

Usage

1
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

fmp_list_ciks()

Examples

1
2
3
4
5
6
7
8
berkshire_cik <- '0001067983'

d <- fmp_13f(berkshire_cik)



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

jpiburn/fmpapi documentation built on Aug. 20, 2021, 12:51 a.m.