skillfed

openbb-crypto

Crypto extension for OpenBB

openbb-crypto v1.6.2 87.6K downloads/30d#13,777 on PyPI
AGPL license AGPL-3.0-only Active released

What it is and what it does

openbb-crypto is an extension module for the OpenBB Platform that adds cryptocurrency data retrieval functionality. It integrates with openbb-core to provide a set of commands for accessing crypto market data through a standardized interface, allowing developers to query digital asset information programmatically.

The package is designed as a plug-in component within the OpenBB ecosystem, meaning it extends the platform's capabilities rather than functioning as a standalone tool. It requires openbb-core as its only runtime dependency and supports modern Python versions (3.10 through 3.14). The extension is actively maintained and carries an AGPL-3.0-only license, which imposes copyleft obligations on derivative works.

Use it for:

  • Retrieve cryptocurrency price, volume, and market data for analysis or trading applications
  • Build financial dashboards or reporting tools that include real-time or historical crypto market information
  • Integrate crypto data feeds into quantitative research or backtesting workflows via the OpenBB Platform
  • Develop automated monitoring or alerting systems for cryptocurrency market movements
  • Access standardized crypto data through a unified API rather than managing multiple exchange or data provider connections

Worth the install?

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

Provides cryptocurrency data retrieval commands as an extension to the OpenBB Platform, enabling programmatic access to crypto market data through a unified interface.

Yes, if you are already using the OpenBB Platform and need cryptocurrency data access. The package has low installation friction, active maintenance, and no known vulnerabilities. The AGPL-3.0 license is a significant constraint for proprietary or closed-source projects—verify compatibility with your licensing model before adopting. Confirm that openbb-core's data sources and coverage meet your specific crypto data needs.

Install

openbb-crypto on PyPI

pip

pip install openbb-crypto

uv

uv add openbb-crypto

poetry

poetry add openbb-crypto

Installing openbb-crypto

Before you install

Low installation friction with a single runtime dependency (openbb-core). Active maintenance status with a release 80 days ago. Supports current Python versions (3.10–3.14).

License in practice

Licensed under AGPL-3.0-only, which requires that any modifications or derivative works using this package must also be released under the same license and have their source code made available.

Quickstart

pip install openbb-crypto

from openbb_core import OpenBB
# Instantiate and call crypto data commands via the extension

Requires openbb-core to be installed and configured; may require API credentials depending on data source requirements.

Verify before relying

  • Specific cryptocurrency data sources and coverage (which exchanges, assets, or data types are supported)
  • Rate limits or API quotas for data retrieval
  • Whether openbb-core requires additional configuration or API keys for crypto data access

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 1 — openbb-core
Maintenance actively maintained — 80 days since the last release
First released
Downloads 87,643/month — #13,777 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: openbb_crypto-1.6.2-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

crypto data retrievalcryptocurrency market dataopenbb crypto extensiondigital asset data apiblockchain data accesscrypto price and market dataopenbb platform extension
crypto-dataopenbb-extensionfinancial-data

More Internet packages