Skip to content

Commit d1d3e29

Browse files
Update README, reorganize examples, update repo URLs
- Update README banner and entity/filing descriptions - Move examples.py to examples/scripts/ - Update GitHub project URLs to sec-api-io org
1 parent a39ea28 commit d1d3e29

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ requirements.txt
1212
tmp
1313
.superseded
1414
TODO.md
15-
.claude
15+
.claude
16+
/scripts

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1-
<!-- # SEC API - Access SEC and EDGAR Data with Python
2-
3-
[![Downloads](https://pepy.tech/badge/sec-api)](https://pepy.tech/project/sec-api) [![Documentation](https://img.shields.io/badge/Documentation-sec--api.io-blue)](https://sec-api.io/docs) -->
4-
51
# SEC-API.io Python Library
62

7-
<a href="https://sec-api.io/docs"><img src="https://sec-api.io/favicon.svg" alt="" width="48" align="left"/></a>
8-
9-
**The industry-standard for SEC & EDGAR data**, trusted by the world's largest hedge funds, investment banks, exchanges, law firms, and universities. Developed by PhDs in finance and physics.
10-
11-
<br clear="left"/>
3+
![banner](https://sec-api.io/v2/media/product/gh-repo-banner-card-1500x400.png)
124

135
[![Documentation](https://img.shields.io/badge/Documentation-sec--api.io-blue)](https://sec-api.io/docs) [![Downloads](https://pepy.tech/badge/sec-api)](https://pepy.tech/project/sec-api)
146

15-
- **20+ million EDGAR filings** and **100+ million exhibits** — from investor presentations, credit agreements, M&A, government contracts, and executive employment agreements to board composition and subsidiaries
16-
- **800,000+ entities, survivorship-bias free** — covers every SEC-regulated filer that ever reported, including delisted companies, dissolved funds, terminated advisors, and entities no longer reporting. From insiders and public/private companies to ETFs, mutual funds, hedge funds, foreign private issuers, BDCs, REITs, shell companies, and more
17-
- **All 500+ EDGAR form types** — annual and quarterly reports (10-K, 10-Q, 20-F, 40-F), proxy statements (DEF 14A) and voting records, registration statements and prospectuses, and everything in between, including form types no longer in use
18-
- **Full historical time range** — from 1993 to present, with data updated in real-time
7+
- **20+ million EDGAR filings** and **100+ million exhibits** — from license agreements, investor presentations, and other Reg FD disclosures, over insider trading, credit & bond agreements, bylaws, IPOs, secondaries & shelf offerings, M&A terms, government contracts, audit reports, SEC enforcement actions, AAERs, and executive employment agreements to board composition, subsidiaries, public float and cybersecurity incidents.
8+
- **1.1M+ entities, survivorship-bias free** — covers every SEC-regulated filer that ever reported, including delisted companies, dissolved funds, terminated advisors, and entities no longer reporting. From insiders and public/private companies to financial advisors, ETFs, mutual funds, hedge funds, money-market funds, institutional investors, foreign private issuers, BDCs, REITs, shell companies, brokers, dealers, asset-backed securities issuers, SROs, and more.
9+
- **All 500+ EDGAR form types** — annual and quarterly reports (10-K, 10-Q, 20-F, 40-F), proxy voting statements (DEF 14A, PRE 14) and voting records, registration statements and prospectuses, and everything in between, including form types no longer in use.
10+
- **Full historical time range** — from 1993 to present, with data updated in real-time.
1911

2012
The full API documentation is available at [sec-api.io/docs](https://sec-api.io/docs).
2113

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"10-K/10-Q/8-K Section Extractor API",
5656
],
5757
project_urls={
58-
"Bug Reports": "https://github.com/janlukasschroeder/sec-api-python/issues",
59-
"Repository": "https://github.com/janlukasschroeder/sec-api-python",
58+
"Bug Reports": "https://github.com/sec-api-io/sec-api-python/issues",
59+
"Repository": "https://github.com/sec-api-io/sec-api-python",
6060
"Documentation": "https://sec-api.io/docs",
6161
},
6262
)

0 commit comments

Comments
 (0)