{"id":45680,"library":"openbb-intrinio","title":"OpenBB Intrinio Extension","description":"Intrinio data provider extension for the OpenBB Platform (v4+). This extension enables access to Intrinio's financial data APIs (real-time, fundamentals, historical) through the OpenBB SDK. The current version is 1.6.1, compatible with Python >=3.10,<4. Release cadence follows OpenBB extensions.","status":"active","version":"1.6.1","language":"python","source_language":"en","source_url":"https://github.com/OpenBB-finance/OpenBBTerminal/tree/develop/openbb_platform/extensions/intrinio","tags":["openbb","intrinio","financial-data","stock-market"],"install":[{"cmd":"pip install openbb-intrinio","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"Core OpenBB platform required for all extensions","package":"openbb-core","optional":false}],"imports":[{"wrong":"from openbb_intrinio import IntrinioFetcher","symbol":"IntrinioFetcher","correct":"from openbb_intrinio import IntrinioFetcher"}],"quickstart":{"code":"from openbb import obbi\nimport os\n\n# Set API key\nos.environ['INTRINIO_API_KEY'] = 'your_api_key_here'\n\n# Fetch historical prices for Apple\nresult = obbi.equity.price.historical('AAPL', provider='intrinio')\nprint(result)\n","lang":"python","description":"Initialize OpenBB with Intrinio provider and fetch historical stock prices. Requires INTRINIO_API_KEY environment variable."},"warnings":[{"fix":"Migrate to OpenBB v4 SDK: use 'from openbb import obbi' and call providers via 'obbi.equity...' syntax. See OpenBB migration guide.","message":"OpenBB v4 changed the entire API. The old 'openbb_intrinio' package from v3 (e.g., 'from openbb_intrinio import alt') no longer works. Use the unified 'from openbb import obbi' approach.","severity":"breaking","affected_versions":">=4.0.0"},{"fix":"Use the OpenBB router-based access via 'obbi' object instead of importing models directly.","message":"The 'openbb-intrinio' extension no longer supports direct fetcher imports like 'from openbb_intrinio.models import ...' in recent releases.","severity":"deprecated","affected_versions":">=1.5.0"},{"fix":"Set the environment variable before creating the obbi object: os.environ['INTRINIO_API_KEY'] = 'your_key'.","message":"Intrinio API key must be set as environment variable 'INTRINIO_API_KEY'. Passing it as a parameter is not supported in the standard OpenBB provider interface.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'1.6.1':36 '3.10':40 '4':41 'access':16 'api':22 'cadenc':43 'compat':37 'current':33 'data':5,21,51 'enabl':15 'extens':3,7,14,46 'financi':20,50 'financial-data':49 'follow':44 'fundament':26 'histor':27 'intrinio':2,4,18,48 'market':54 'openbb':1,10,30,45,47 'platform':11 'provid':6 'python':39 'real':24 'real-tim':23 'releas':42 'sdk':31 'stock':53 'stock-market':52 'time':25 'v4':12 'version':34","created_at":"2026-06-07T12:56:11.904752+00:00","updated_at":"2026-06-07T12:56:11.904752+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\n  File \"/tmp/tmpayr8ut8_/venv/lib/python3.12/site-packages/openbb_intrinio/__init__.py\", line 55, in <module>\n    from openbb_intrinio.models.options_unusual import IntrinioOptionsUnusualFetcher\n  File \"/tmp/tmpayr8ut8_/venv/l"},"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":["analytics","finance"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}