get_all_10k_filings: Fetch the links of all the 10-K filings (specific company)

View source: R/sec_api_single_methods.R

get_all_10k_filingsR Documentation

Fetch the links of all the 10-K filings (specific company)

Description

Call SEC API and fetch the links of all the 10-K filings attributed to a specific company

Usage

get_all_10k_filings(ticker, api_key)

Arguments

ticker

Character Company ticker

api_key

Character SEC API key

Value

List List of 10-K URLs

Examples

# Company ticker
# ticker <- "AAPL"
# API key
# api_key <- "XXXXXXXXX"

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