Registry / finance / openbb-sec

openbb-sec

JSON →
library1.6.1pypypi✓ verified 79d ago

SEC extension for OpenBB Platform 4.x. Provides access to SEC filings, financial statements, and company filings. Current version: 1.6.1. Release cadence is irregular, tied to OpenBB releases.

pip install openbb-sec
INSTALL
IMPORT
SIG · OPENBB-SEC
O
openbb-sec
financepythonv1.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Provider
from openbb_sec import Provider
from openbb_sec.extension import SECExtension

Login with OpenBB personal access token, then fetch latest SEC filings for Apple.

from openbb import obb obb.account.login(pat=os.environ.get('OPENBB_PAT', '')) # Fetch SEC filings for a ticker df = obb.sec.filing(symbol='AAPL', limit=5).to_dataframe() print(df)
Debug
Known issues
breakingOpenBB v4 changed all package names; imports from 'openbb_sec' not 'openbb.sec'.
fix
Use 'from openbb_sec.extension import SECExtension' instead of 'import openbb.sec'.
affects: >=1.0.0
breakingThe SEC extension requires a valid OpenBB Personal Access Token (PAT); no anonymous access.
fix
Register at my.openbb.co and set 'OPENBB_PAT' environment variable or use 'obb.account.login(pat='...')'.
affects: >=1.0.0
gotchaMany endpoints return large raw data; always apply filters (e.g., limit, symbol) to avoid memory issues.
fix
Use parameter 'limit' and 'start_date'/'end_date' to narrow results.
affects: all
Upgrade
Version history
1.6.1latest on PyPI · released May 26, 2026
Audit
Dependencies
openbb-corerequiredCore OpenBB platform required
pandasrequiredData structures for financial data
Agent activity
41 hits · last 30 days
node
34
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

openbb-sec — pip install openbb-sec · libregistry