Skip to content

rs-kellogg/edgar2data

Repository files navigation

Information Extraction from EDGAR files

Overview:

notebook slides

Installation with Conda:

conda create --name edgar python
conda activate edgar

git clone https://github.com/rs-kellogg/edgar2data.git
cd edgar2data
pip install .

Running the tests:

pip install pytest
pytest

Running the CLI:

edgar2data --help

Running the web service:

uvicorn edgar.api:app

Running the slide deck as a notebook:

pip install jupyter RISE
jupyter notebook notebooks/edgar_overview.ipynb

Running the slide deck as a voilà app:

pip install voila
voila --template=reveal notebooks/edgar_overview.ipynb