Learn R Programming

fmpcloudr (version 0.1.5)

fmpc_13f_cik_search: Search for 13F ciks

Description

Ciks are unique IDs for each company that files a 13F. This function allows search queries to identify and search for specific companies.

Usage

fmpc_13f_cik_search(query = "Berkshire")

Arguments

query

a search string to find asset managers by name

Value

cik list

Examples

Run this code
# NOT RUN {

# }
# 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')

# }

Run the code above in your browser using DataLab