skillfed

openbb-intrinio

Intrinio extension for OpenBB

openbb-intrinio v1.6.1 84.6K downloads/30d#13,981 on PyPI
AGPL license AGPL-3.0-only Active released

What it is and what it does

This package is an extension that integrates the Intrinio financial data provider into the OpenBB Platform. It acts as a bridge between OpenBB's unified data interface and Intrinio's APIs, allowing you to fetch financial information through OpenBB's standard tooling.

The extension depends on openbb-core and requests-cache. It supports Python 3.10 through 3.14 and has been actively maintained, with its most recent release 80 days ago. Installation is straightforward via pip with no compiled dependencies or system prerequisites.

Use it for:

  • Fetch financial market data from Intrinio through OpenBB's unified API without direct Intrinio client code
  • Build financial analysis workflows combining Intrinio data with other OpenBB data providers
  • Cache Intrinio API responses to reduce redundant calls and improve application performance
  • Integrate financial data into Python-based trading or analysis applications

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Intrinio financial data into the OpenBB Platform, enabling access to market data through a unified API.

Yes, if you need Intrinio data within OpenBB. The package has low install friction, active maintenance, no known vulnerabilities, and straightforward dependencies. The AGPL-3.0-only license is the main consideration: acceptable for internal use and open-source projects, but requires careful review if you plan to redistribute or embed it in proprietary software.

Install

openbb-intrinio on PyPI

pip

pip install openbb-intrinio

uv

uv add openbb-intrinio

poetry

poetry add openbb-intrinio

Installing openbb-intrinio

Before you install

Low friction installation as a pure Python wheel. Actively maintained with a recent release 80 days ago. Depends on openbb-core and requests-cache.

License in practice

Licensed under AGPL-3.0-only, which requires derivative works and modifications to be distributed under the same license and made available to users. Consider this constraint if you plan to redistribute or modify the package.

Quickstart

pip install openbb-intrinio

from openbb import obb
# Access Intrinio data through OpenBB's unified interface

Verify before relying

  • What specific financial data types and endpoints Intrinio provides through this extension
  • Whether Intrinio API credentials are required and how authentication is configured
  • Performance characteristics and rate limits when querying large datasets

Package facts

License AGPL-3.0-only (agpl)
Python support supports the current Python release (<4,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — openbb-core, requests-cache
Maintenance actively maintained — 80 days since the last release
First released
Downloads 84,635/month — #13,981 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: openbb_intrinio-1.6.1-py3-none-any.whl

License :: OSI Approved :: GNU Affero General Public License v3Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

intrinio data provideropenbb financial data extensionmarket data integrationfinancial api provideropenbb platform extensionintrinio market data
financial-dataopenbb-extension

More Internet packages