WACCY extension for SEC EDGAR filing parsing
Project description
waccy-edgar
WACCY extension for SEC EDGAR filing parsing and pattern learning.
Installation
uv pip install waccy-edgar
Or install with the core platform:
uv pip install "waccy[edgar]"
Usage
from waccy.extraction import ExtractorRegistry
registry = ExtractorRegistry()
extractor = registry.get_extractor("edgar")()
# Extract data from SEC filings
data = extractor.extract({
"ticker": "AAPL",
"filing_types": ["10-K", "10-Q"],
"date_range": ("2022-01-01", "2024-12-31")
})
Development
This package is part of the WACCY monorepo. See the main README for development setup.
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
waccy_edgar-0.0.1a0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file waccy_edgar-0.0.1a0.tar.gz.
File metadata
- Download URL: waccy_edgar-0.0.1a0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eb3b7f794e928786e9c1e2e018b97127085f670566f0e04e373e5eaa6b8ce5a
|
|
| MD5 |
733bc98fa1bc842f455f55a74914a391
|
|
| BLAKE2b-256 |
6e6307e203beafed9309aa21916f03ea9fcce76fa0132a3074e93d37b1604f54
|
File details
Details for the file waccy_edgar-0.0.1a0-py3-none-any.whl.
File metadata
- Download URL: waccy_edgar-0.0.1a0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7440a46dcdf47e1b2d17add0730bc8ac83d4e915a48dd49aa2cd6490dc7924c
|
|
| MD5 |
74655fc21242eddfcc34f982724b4a54
|
|
| BLAKE2b-256 |
57f07c5c4eb494dfad24aaf95ec53137fd7e40f2b407b22a038da1474d7d8db8
|