Skip to content

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.

License

Notifications You must be signed in to change notification settings

kamilkrukowski/EDGAR-DOC-PARSER

Repository files navigation

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

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published