Description Usage Arguments Value Examples
Ciks are unique IDs for each company that files a 13F. This function allows search queries to identify and search for specific companies.
1 | fmpc_13f_cik_search(query = "Berkshire")
|
query |
a search string to find asset managers by name |
cik list
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
# Function can work without a valid API token
fmpc_set_token() # defaults to 'demo'
fmpc_13f_cik_search('Berkshire')
# Must set a valid API token
fmpc_set_token('FMPAPIKEY')
fmpc_13f_cik_search('Morgan')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.