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
- Host: GitHub
- URL: https://github.com/uva-bi-sdad/sec
- Owner: uva-bi-sdad
- License: other
- Created: 2022-09-22T08:23:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T08:28:51.000Z (over 2 years ago)
- Last Synced: 2025-02-07T10:30:34.128Z (4 months ago)
- Language: R
- Homepage: https://uva-bi-sdad.github.io/sec
- Size: 3.34 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```