fmpc_13f_cik_name: Find name of company by cik

View source: R/holdings.R

fmpc_13f_cik_nameR Documentation

Find name of company by cik

Description

Ciks are unique IDs for each company that files a 13F. This function returns the name of the company associated with one or more ciks

Usage

fmpc_13f_cik_name(cik = "0001067983")

Arguments

cik

a valid cik

Value

company name associated with cik

Examples

## Not run: 
# Function can work without a valid API token
fmpc_set_token() # defaults to 'demo'
fmpc_13f_cik_name(cik = '0001067983')

## End(Not run)

exploringfinance/fmpcloudr documentation built on Feb. 5, 2024, 11:02 a.m.