Skip to main content

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

Project description

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

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.2.post1.tar.gz (24.0 kB view hashes)

Uploaded Source

Built Distribution

edgar_doc_parser-0.2.2.post1-py3-none-any.whl (28.1 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