get_filing: Call SEC API and fetch company filing

View source: R/sec_api_single_methods.R

get_filingR Documentation

Call SEC API and fetch company filing

Description

Call SEC API, fetch company filing of interest and parse it

Usage

get_filing(url, api_key)

Arguments

url

Character SEC filing html link (.htm)

api_key

Character SEC API key

Value

Text data JSON parsed data

Examples

# SEC filing html link
# url <- "https://www.sec.gov/Archives/edgar/data/1633917/000163391722000027/pypl-20211231.htm"
# API key
# api_key <- "XXXXXXXXX"

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