View source: R/sec_api_single_methods.R
get_filing | R Documentation |
Call SEC API, fetch company filing of interest and parse it
get_filing(url, api_key)
url |
Character SEC filing html link (.htm) |
api_key |
Character SEC API key |
Text data JSON parsed data
# SEC filing html link # url <- "https://www.sec.gov/Archives/edgar/data/1633917/000163391722000027/pypl-20211231.htm" # API key # api_key <- "XXXXXXXXX"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.