Description Usage Arguments Value Examples
13F shows the holdings of an asset manager as of a specific date
1 | fmpc_13f_data(cik = "0001067983", date = "2019-12-31")
|
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) |
13F holdings
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.