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.2.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.2.tar.gz.
File metadata
- Download URL: waccy_edgar-0.0.2.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 |
00ff1ee136d5aff29646ec18d6bf2c2feb2e2e4cd768c10958fff23fafa41449
|
|
| MD5 |
cc0796d5320956af29e1dde90b02fe5b
|
|
| BLAKE2b-256 |
2b06a0cd6e6a6f7243dd9974940ba937b6045e403882d993e726d6fc92cabcd0
|
File details
Details for the file waccy_edgar-0.0.2-py3-none-any.whl.
File metadata
- Download URL: waccy_edgar-0.0.2-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 |
3cb2817c2ee807e001e8cba8a0073b57f732244583872d665bb969dab81f32d5
|
|
| MD5 |
688184968097b8c080f08149c4dd69b0
|
|
| BLAKE2b-256 |
d9098cd3edb2cbded3950a177b340ed0a1ee8388fbc598c9a1b524c99f8fadf2
|