Extension for the OpenBB Platform that provides access to U.S. Congress data from Congress.gov API. Version 1.2.3 requires Python >=3.10 and <4. Releases follow OpenBB platform extensions cadence (roughly monthly).
pip install openbb-congress-govNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize OpenBB, log in with Personal Access Token, then fetch Congress bills.
Use from openbb import obb and access via obb.congress.gov.*
Pass api_key=... to the endpoint or set it in the provider initialization.
Replace query='text' with q='text'
pip install openbb openbb-core
Call obb.account.login(pat=os.environ.get('OPENBB_PAT', '')) before using any providerPass api_key parameter to the command or set via obb.providers.congress.gov.api_key
No resource links recorded.