openbb-sec
SEC extension for OpenBB
What it is and what it does
openbb-sec is an extension that plugs SEC EDGAR data access into the OpenBB Platform. It acts as a data provider bridge, allowing users of the OpenBB ecosystem to query SEC filings and financial disclosures programmatically. The package depends on openbb-core and uses standard web-scraping and XML-parsing libraries (beautifulsoup4, lxml, defusedxml, xmltodict) to fetch and parse SEC data, with async HTTP support via aiohttp-client-cache and local caching via aiosqlite.
The package is actively maintained and supports modern Python versions (3.10 through 3.14). It carries an AGPL-3.0-only license, which has implications for derivative works. Installation is straightforward with low friction, requiring only pip and the listed dependencies.
Use it for:
- Fetch SEC filings and financial disclosures for companies within OpenBB-based research workflows
- Build financial analysis tools that combine SEC data with other OpenBB providers
- Automate SEC filing retrieval for compliance or regulatory monitoring
- Integrate SEC EDGAR data into quantitative finance or investment analysis platforms
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates SEC EDGAR data into the OpenBB Platform, enabling programmatic access to SEC filings and financial disclosures through the OpenBB ecosystem.
Yes, if you are already using the OpenBB Platform and need SEC EDGAR data access. The package has low install friction, active maintenance, and no known vulnerabilities. The AGPL-3.0 license is permissive for internal use but requires attention if you plan to redistribute or modify the code. Install it as part of your OpenBB ecosystem setup.
Install
openbb-sec on PyPI
pip
pip install openbb-secuv
uv add openbb-secpoetry
poetry add openbb-secInstalling openbb-sec
Before you install
Low install friction with a pure-Python wheel. Active maintenance with a recent release (31 days ago). Requires openbb-core and standard data-processing dependencies (aiohttp-client-cache, beautifulsoup4, lxml, defusedxml, xmltodict, aiosqlite).
License in practice
Licensed under AGPL-3.0-only, which requires derivative works and modifications to be distributed under the same license and made available to users. Consider this if you plan to modify or redistribute the package.
Quickstart
pip install openbb-sec
from openbb_sec import SEC
sec = SEC()
# Access SEC data through the OpenBB provider interface
Requires Python 3.10 or later (supports up to 3.14). Requires openbb-core to be installed and configured.
Verify before relying
- Specific SEC data types and endpoints available through this provider
- Whether this package works standalone or requires additional OpenBB Platform setup
- Performance characteristics for large-scale SEC filing queries
Package facts
| License | AGPL-3.0-only (agpl) |
| Python support | supports the current Python release (<4,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 7 — aiohttp-client-cache, aiosqlite, beautifulsoup4, defusedxml, lxml, openbb-core, xmltodict |
| Maintenance | actively maintained — 31 days since the last release |
| First released | |
| Downloads | 105,530/month — #12,692 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openbb_sec-1.6.7-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
openbb-benzingaIntegrates Benzinga financial data into the…
agpl · top 15,000 on PyPI
openbb-oecdIntegrates OECD statistical data into the…
agpl · top 15,000 on PyPI
openbb-intrinioIntegrates Intrinio financial data into the…
agpl · top 15,000 on PyPI
sec-edgar-downloaderDownloads SEC EDGAR company filings by ticker…
permissive · top 15,000 on PyPI
edgartoolsEdgarTools parses SEC EDGAR filings into typed…
permissive · top 5,000 on PyPI
sec-apiA Python client for the SEC-API.io service that…
permissive · top 15,000 on PyPI
openbb-yfinanceIntegrates Yahoo!Finance data into the OpenBB…
agpl · top 15,000 on PyPI
openbb-tiingoIntegrates Tiingo financial data into the…
agpl · top 15,000 on PyPI
openbb-tradingeconomicsIntegrates Trading Economics data into the…
agpl · top 15,000 on PyPI
arelle-releaseArelle is an end-to-end XBRL processor that…
permissive · top 15,000 on PyPI