OpenBB Equity is an extension for the OpenBB Platform that provides access to equity market data, including historical prices, fundamentals, ownership, and more. It integrates with multiple data providers like Yahoo Finance, Intrinio, Polygon, and others. Current version: 1.6.2. Release cadence follows OpenBB Platform updates, typically monthly.
pip install openbb-equityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the OpenBB platform and fetch historical equity prices.
Replace 'from openbb_terminal' with 'from openbb' and update method calls accordingly.
Replace 'load(ticker)' with 'obb.equity.price.historical(ticker)'.
Set OPENBB_PAT for OpenBB Hub or provider-specific keys (e.g., POLYGON_API_KEY).
Install the OpenBB platform: pip install openbb (or openbb-equity as an extension).
Install openbb-equity: pip install openbb-equity. Then restart the Python interpreter.
Ensure the symbol is correct and supported by the chosen provider (e.g., Yahoo Finance uses standard tickers like 'AAPL').
No resource links recorded.