get_industry_filings: Fetch the company filings that represent an industry

View source: R/sec_api_bulk_methods.R

get_industry_filingsR Documentation

Fetch the company filings that represent an industry

Description

Call SEC API and fetch the constituent industry filings

Usage

get_industry_filings(filing_links, api_key)

Arguments

filing_links

Character List of industry links

api_key

Character SEC API key

Value

List List of filings (whole industry)

Examples

# Company ticker
# filing_links <- "get_industry_links output"
# API key
# api_key <- "XXXXXXXXX"

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