An R package to interact with the Securities and Exchange Commission APIs.
Installation
Download R from r-project.org, then install the package from an R console:
# install.packages('remotes')
remotes::install_github('uva-bi-sdad/sec')
And load the package:
library(sec)