fmpc_13f_data {fmpcloudr} | R Documentation |
13F data for a set of ciks and dates
Description
13F shows the holdings of an asset manager as of a specific date
Usage
fmpc_13f_data(cik = "0001067983", date = "2019-12-31")
Arguments
cik |
one or more valid ciks from |
date |
one or more quarter end dates (yyyy-03-31, yyyy-06-30, yyyy-09-30, yyyy-12-31) |
Value
13F holdings
Examples
## 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)
[Package fmpcloudr version 0.1.5 Index]