Registry / analytics / openbb-regulators

openbb-regulators

JSON →
library1.6.2pypypiunverified

Markets and Agency Regulators extension for OpenBB. Provides data providers for regulatory filings, SEC, and other agency data. Current version 1.6.2, requires Python >=3.10. Part of the OpenBB Platform ecosystem, released regularly alongside OpenBB releases.

pip install openbb-regulators
INSTALL
IMPORT
SIG · OPENBB-REGULATORS
O
openbb-regulators
analyticspythonv1.6.2
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.

RegulatorsFetcher
from openbb_regulators import RegulatorsFetcher
from openbb_regulators.fetcher import RegulatorsFetcher

Basic usage to fetch SEC data using the SECFetcher. Requires OpenBB platform running.

from openbb_regulators.sec import SECFetcher import os # Ensure API key if needed (SEC data may not require one) # os.environ['SEC_API_KEY'] = 'your_key' fetcher = SECFetcher() # Example: fetch company facts (CIK = 320193 for Apple) data = fetcher.get_company_concept(cik='320193', taxonomy='us-gaap', tag='AccountsPayableCurrent') print(data.head())
Debug
Known issues
breakingOpenBB v4 dropped the legacy SDK. All extensions must be used with the new OpenBB Platform (openbb>=4.0.0). The openbb-regulators extension only works with the new architecture.
fix
Ensure you have openbb>=4.0.0 installed and use the OBBject-based interfaces.
affects: >=1.0.0
deprecatedSome providers (e.g., EDGAR) have changed their endpoint structure. Old fetcher methods like 'get_company_facts' are deprecated.
fix
Use 'get_company_concept' or 'get_company_facts_v2' as per the latest docs.
affects: <=1.5.0
gotchaThe extension requires the OpenBB Platform to be running (either locally or as a service). It cannot be used standalone.
fix
Install openbb and run 'openbb' from your terminal to start the platform, then use the extension.
affects: all
Upgrade
Version history
1.6.2latest on PyPI · released May 26, 2026
Audit
Dependencies
openbb-corerequiredRequired for OpenBB platform infrastructure
Agent activity
31 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

openbb-regulators — pip install openbb-regulators · libregistry