Registry / analytics / openbb-crypto

openbb-crypto

JSON →
library1.6.2pypypiunverified

Crypto extension for OpenBB, providing access to cryptocurrency market data, on-chain metrics, and exchange data through a unified interface. Current version: 1.6.2. Release cadence is irregular, typically aligned with OpenBB SDK updates.

pip install openbb-crypto
INSTALL
IMPORT
SIG · OPENBB-CRYPTO
O
openbb-crypto
analyticspythonv1.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OBBCrypto
from openbb_crypto import OBBCrypto
from openbb_crypto.extension import OBBCrypto

Initialize the crypto extension and fetch cryptocurrency price data. Requires an active internet connection and API keys for some providers.

from openbb_crypto.extension import OBBCrypto obbc = OBBCrypto() # Example: get Bitcoin price from Coinbase df = obbc.price(symbol='BTC-USD', provider='coinbase') print(df)
Debug
Known issues
breakingThe extension system changed in OpenBB v4.0. Import paths are different from v3. Use `from openbb_crypto.extension import OBBCrypto` instead of `from openbb_crypto import OBBCrypto`.
fix
Update import statements to use the new extension module path.
affects: >=4.0
deprecatedSome provider-specific methods (e.g., `onchain`) may be deprecated in favor of unified methods. Check the provider's documentation for the latest API.
fix
Use generic methods like `obbc.price()` with a `provider` parameter instead of provider-specific methods.
affects: >=1.6.0
gotchaNot all methods support all providers. Calling a method with an unsupported provider will raise a `ValueError` or `ProviderNotFoundError`.
fix
Check the provider's supported methods in the OpenBB documentation or use `obbc.providers` to list available providers for each method.
affects: all
Upgrade
Version history
1.6.2latest on PyPI · released May 26, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
OpenAI (training)
1
Resources

No resource links recorded.

openbb-crypto — pip install openbb-crypto · libregistry