{"library":"openbb-yfinance","title":"OpenBB yfinance Extension","description":"OpenBB Platform extension that provides stock market data from Yahoo Finance via the yfinance library. Version 1.6.2, released monthly.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install openbb-yfinance"],"cli":null},"imports":["from openbb_yfinance import YFinanceFetcher","from openbb_core.object import OBBject"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from openbb import obb\n\n# Set API keys if needed (not strictly required for yfinance)\n# obb.user.preferences.output_type = 'dataframe'\n\n# Fetch historical data for Apple\nresult = obb.equity.price.historical(\n    symbol='AAPL',\n    start_date='2024-01-01',\n    end_date='2024-12-31'\n)\nprint(result.to_df().head())","lang":"python","description":"Initialize OpenBB and retrieve historical stock data using the yfinance extension.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}