{"id":45683,"library":"openbb-sec","title":"OpenBB SEC Extension","description":"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.","status":"active","version":"1.6.1","language":"python","source_language":"en","source_url":"https://github.com/OpenBB-finance/OpenBB/tree/develop/openbb_platform/extensions/sec","tags":["sec","openbb","finance","filings"],"install":[{"cmd":"pip install openbb-sec","lang":"bash","label":"PyPI"},{"cmd":"pip install openbb[sec]","lang":"bash","label":"With OpenBB extras"}],"dependencies":[{"reason":"Core OpenBB platform required","package":"openbb-core","optional":false},{"reason":"Data structures for financial data","package":"pandas","optional":false}],"imports":[{"wrong":"from openbb_sec.extension import SECExtension","symbol":"Provider","correct":"from openbb_sec import Provider"}],"quickstart":{"code":"from openbb import obb\nobb.account.login(pat=os.environ.get('OPENBB_PAT', ''))\n# Fetch SEC filings for a ticker\ndf = obb.sec.filing(symbol='AAPL', limit=5).to_dataframe()\nprint(df)","lang":"python","description":"Login with OpenBB personal access token, then fetch latest SEC filings for Apple."},"warnings":[{"fix":"Use 'from openbb_sec.extension import SECExtension' instead of 'import openbb.sec'.","message":"OpenBB v4 changed all package names; imports from 'openbb_sec' not 'openbb.sec'.","severity":"breaking","affected_versions":">=1.0.0"},{"fix":"Register at my.openbb.co and set 'OPENBB_PAT' environment variable or use 'obb.account.login(pat='...')'.","message":"The SEC extension requires a valid OpenBB Personal Access Token (PAT); no anonymous access.","severity":"breaking","affected_versions":">=1.0.0"},{"fix":"Use parameter 'limit' and 'start_date'/'end_date' to narrow results.","message":"Many endpoints return large raw data; always apply filters (e.g., limit, symbol) to avoid memory issues.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'1.6.1':23 '4':9 'access':12 'cadenc':25 'compani':19 'current':21 'extens':3,5 'file':15,20,35 'financ':34 'financi':16 'irregular':27 'openbb':1,7,30,33 'platform':8 'provid':11 'releas':24,31 'sec':2,4,14,32 'statement':17 'tie':28 'version':22 'x':10","created_at":"2026-06-07T12:56:12.825321+00:00","updated_at":"2026-06-07T12:56:12.825321+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["finance"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}