View source: R/sec_api_single_methods.R
get_all_10k_filings | R Documentation |
Call SEC API and fetch the links of all the 10-K filings attributed to a specific company
get_all_10k_filings(ticker, api_key)
ticker |
Character Company ticker |
api_key |
Character SEC API key |
List List of 10-K URLs
# Company ticker # ticker <- "AAPL" # API key # api_key <- "XXXXXXXXX"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.