An open API service indexing awesome lists of open source software.

https://github.com/uva-bi-sdad/sec

An R package to interact with SEC APIs
https://github.com/uva-bi-sdad/sec

Last synced: about 2 months ago
JSON representation

An R package to interact with SEC APIs

Awesome Lists containing this project

README

        

# Securities and Exchange Commission APIs
An R package to interact with the Securities and Exchange Commission APIs.

## Installation
Download R from [r-project.org](https://www.r-project.org), then install the package from an R console:

```R
# install.packages('remotes')
remotes::install_github('uva-bi-sdad/sec')
```

And load the package:
```R
library(sec)
```