Use a cusip to search a company and ticker

fmpc_cusip_search(cusip = "000360206")

Arguments

cusip

a valid cusip

Value

a data frame of symbol, cusip, and company

Examples


if (FALSE) {
# Demo offers AAON as an example
fmpc_set_token()
fmpc_cusip_search('000360206')
}