Skip to main content

Download, extraction, and parsing of documents available through the Securities and Trade Comission's EDGAR database

Project description

EDGAR-DOC-PARSER

Documentation

For more information read our documentation hosted here.

We have a Test Server PyPi Page hosted here.

About

A package for downloading, extracting, parsing, and processing data from SEC-EDGAR, a public online database of all documents filed with the USA's Securities and Exchange Commission.

Currently Support Filing Types

10-Q

8-K

We plan on expanding the list in future releases

Quick Start Guide

import edgar

dataloader = edgar.Dataloader(tikrs=['nflx'], document_type='8-K', data_dir='data')

for text_8k in dataloader:
  #dostuff
  print(text_8k)
  break

Dependencies

Conda

To create conda environment for local

conda create -n edgar -c conda-forge -c anaconda python=3.10 scipy numpy selenium=4.5.0 pyyaml chardet requests lxml pandas
conda activate edgar
pip install secedgar==0.4.0 beautifulsoup4 attrs typing-extensions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EDGAR_doc_parser-0.2.0.post2.tar.gz (33.0 kB view hashes)

Uploaded Source

Built Distribution

EDGAR_doc_parser-0.2.0.post2-py3-none-any.whl (36.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page