edgar-doc-parser

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


Keywords
ixbrl, ixml, sec-edgar, sec-edgar-api
License
MIT
Install
pip install edgar-doc-parser==0.2.2.post1

Documentation

EDGAR-DOC-PARSER

Documentation

For more information read our documentation hosted here.

Installation Guide

We are available through pip.

pip install edgar-doc-parser

Quick Start Guide

DataLoader

from edgar import DataLoader

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

for text_8k in dataloader[:3]:
  print(text_8k)

Currently Support Filing Types

  • 10-Q
  • 8-K

We plan on expanding the list in future releases