Add sample data and dataset card for sec-filings-sample
Browse files- README.md +64 -0
- data.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
- feature-extraction
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- sec
|
| 10 |
+
- edgar
|
| 11 |
+
- filings
|
| 12 |
+
- finance
|
| 13 |
+
- 10-K
|
| 14 |
+
- 8-K
|
| 15 |
+
- securities
|
| 16 |
+
size_categories:
|
| 17 |
+
- 1K-10K
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# SEC EDGAR Filings — Sample Dataset
|
| 21 |
+
|
| 22 |
+
A sample of 1,000 recent 8-K filings from SEC EDGAR, containing filing metadata and document references.
|
| 23 |
+
|
| 24 |
+
## Dataset Description
|
| 25 |
+
|
| 26 |
+
The full SEC dataset includes millions of filings across all form types (10-K, 10-Q, 8-K, S-1, DEF 14A, etc.) from all publicly traded US companies. This sample contains 1,000 recent 8-K (material event) filings for evaluation.
|
| 27 |
+
|
| 28 |
+
### Source
|
| 29 |
+
|
| 30 |
+
- **Publisher**: U.S. Securities and Exchange Commission
|
| 31 |
+
- **URL**: https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany
|
| 32 |
+
- **Update frequency**: Every 15 minutes
|
| 33 |
+
- **License**: Public domain (US government work)
|
| 34 |
+
|
| 35 |
+
### Fields
|
| 36 |
+
|
| 37 |
+
| Field | Type | Description |
|
| 38 |
+
|-------|------|-------------|
|
| 39 |
+
| accession_number | string | Unique filing identifier |
|
| 40 |
+
| cik | string | Central Index Key (company ID) |
|
| 41 |
+
| company_name | string | Registrant name |
|
| 42 |
+
| form_type | string | Filing form type (8-K, 10-K, etc.) |
|
| 43 |
+
| filing_date | string | Date filed with SEC |
|
| 44 |
+
| accepted_date | string | Date accepted by EDGAR |
|
| 45 |
+
| document_url | string | URL to primary filing document |
|
| 46 |
+
| filing_url | string | URL to EDGAR filing index |
|
| 47 |
+
|
| 48 |
+
### Use Cases
|
| 49 |
+
|
| 50 |
+
- Financial analysis and research
|
| 51 |
+
- SEC compliance monitoring
|
| 52 |
+
- Corporate event detection (8-K analysis)
|
| 53 |
+
- Quantitative finance / NLP on filings
|
| 54 |
+
- Company fundamental analysis
|
| 55 |
+
|
| 56 |
+
## Full Dataset Access
|
| 57 |
+
|
| 58 |
+
This is a sample. The full dataset is available via:
|
| 59 |
+
|
| 60 |
+
- **x402 API**: Pay-per-query with USDC — [verilexdata.com/docs/x402](https://verilexdata.com/docs/x402)
|
| 61 |
+
- **Snowflake**: Native App on Snowflake Marketplace — [verilexdata.com/docs/snowflake](https://verilexdata.com/docs/snowflake)
|
| 62 |
+
- **Databricks**: Delta Sharing — [verilexdata.com/docs/databricks](https://verilexdata.com/docs/databricks)
|
| 63 |
+
|
| 64 |
+
Visit [verilexdata.com](https://verilexdata.com) for pricing and documentation.
|
data.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59b3a278d4f0a84b706336627077fcf04cc613fecdbc4c520431541afab24c8f
|
| 3 |
+
size 10541
|