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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file edgar_doc_parser-0.2.2.post1.tar.gz
.
File metadata
- Download URL: edgar_doc_parser-0.2.2.post1.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6239aa3f65d4f6c2f302bea753931a2a1e7a9bc733ad2c01bccfdfe40fd971c |
|
MD5 | c203bcb84dd2b3fce7266777bd3eb900 |
|
BLAKE2b-256 | beb0456ca074f49d303b563aa545bcfd7c0e64ad6bd133c1f7fa06d2b69133d8 |
File details
Details for the file edgar_doc_parser-0.2.2.post1-py3-none-any.whl
.
File metadata
- Download URL: edgar_doc_parser-0.2.2.post1-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0340856231c0e2f6ea620003dd965229eb6fd570aa951e120192536035e5b07a |
|
MD5 | 0b139663bc3ba8aca0c36055df70a2f9 |
|
BLAKE2b-256 | a323e8ddc95a15dba7dc6191eeb24e4fe9ee49a14f6ba52d142e408bf8558f13 |