fmpc_13f_data: 13F data for a set of ciks and dates

Description Usage Arguments Value Examples

View source: R/holdings.R

Description

13F shows the holdings of an asset manager as of a specific date

Usage

1
fmpc_13f_data(cik = "0001067983", date = "2019-12-31")

Arguments

cik

one or more valid ciks from fmpc_13f_cik_list

date

one or more quarter end dates (yyyy-03-31, yyyy-06-30, yyyy-09-30, yyyy-12-31)

Value

13F holdings

Examples

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

# Berkshire can be run using the demo
fmpc_set_token()
fmpc_13f_data('0001067983', '2020-03-31')

# Must set a valid API token
fmpc_set_token('FMPAPIKEY')
goldmanCik = fmpc_13f_cik_search('golman')
fmpc_13f_data(cik = goldmanCik$cik, date = c('2020-03-31','2020-06-30'))


## End(Not run)

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