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-cryptoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the crypto extension and fetch cryptocurrency price data. Requires an active internet connection and API keys for some providers.
Update import statements to use the new extension module path.
Use generic methods like `obbc.price()` with a `provider` parameter instead of provider-specific methods.
Check the provider's supported methods in the OpenBB documentation or use `obbc.providers` to list available providers for each method.
No dependency data recorded yet.
No resource links recorded.