get_industry_tickers: Fetch representative tickers of a specific industry

View source: R/sec_api_bulk_methods.R

get_industry_tickersR Documentation

Fetch representative tickers of a specific industry

Description

Call SEC API and fetch the constituent industry tickers.

Usage

get_industry_tickers(api_key, industry_name)

Arguments

api_key

Character SEC API key

industry_name

Character Industry name

Value

List List of tickers

Examples

# Company ticker
# industry_name <- "Consumer Electronics"
# API key
# api_key <- "XXXXXXXXX"

TracyRage/fun_valuation documentation built on Jan. 29, 2023, 8:41 a.m.