sec_tickers_info: Get Ticker SEC company information

sec_tickers_infoR Documentation

Get Ticker SEC company information

Description

Get Ticker SEC company information

Usage

sec_tickers_info(
  tickers = c("VNO", "NVDA", "FB"),
  join_sic = T,
  snake_names = F,
  unformat = F,
  convert_case = T,
  amount_digits = 2,
  include_address = T,
  return_message = TRUE
)

Arguments

tickers

character vector of ticker symbols

return_message

if true return a message

Value

a tibble

Examples

sec_tickers_info(tickers = c("BXP", "AVB", "AAPL"))

abresler/fundManageR documentation built on April 1, 2024, 5:46 p.m.