openbb-yfinance
yfinance extension for OpenBB
What it is and what it does
openbb-yfinance is an extension that plugs Yahoo!Finance into the OpenBB Platform, a financial data and analysis framework. It acts as a provider adapter, translating OpenBB's standardized data requests into Yahoo!Finance queries and returning results in OpenBB's format. The package depends on openbb-core (the platform itself) and yfinance (the underlying data source), and is distributed as a pure-Python wheel with low installation friction.
You install it alongside OpenBB to add Yahoo!Finance as a data source option. It's maintained actively and supports Python 3.10 through 3.14. The AGPL-3.0-only license means any modifications or derivative works must be shared under the same license terms.
Use it for:
- Fetch stock prices and historical market data from Yahoo!Finance within an OpenBB application workflow.
- Integrate Yahoo!Finance as a standardized data source alongside other OpenBB-compatible financial providers.
- Build financial analysis tools that leverage OpenBB's unified data interface with Yahoo!Finance as the backend.
- Access market data programmatically without writing direct Yahoo!Finance API calls.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Yahoo!Finance data into the OpenBB Platform, enabling access to financial market data through a standardized provider interface.
Yes, if you are already using OpenBB Platform and want Yahoo!Finance as a data provider. The package has low install friction, active maintenance, no known vulnerabilities, and integrates cleanly into the OpenBB ecosystem. The AGPL license is a consideration for proprietary deployments. Not relevant if you are not using OpenBB.
Install
openbb-yfinance on PyPI
pip
pip install openbb-yfinanceuv
uv add openbb-yfinancepoetry
poetry add openbb-yfinanceInstalling openbb-yfinance
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance status with a release 80 days ago. Requires openbb-core and yfinance as runtime dependencies.
License in practice
Licensed under AGPL-3.0-only, which requires derivative works and modifications to be distributed under the same license and makes source code available to users who interact with the software.
Quickstart
pip install openbb-yfinance
from openbb_yfinance import YFinanceProvider
provider = YFinanceProvider()
Requires Python 3.10 or later and an existing OpenBB Platform installation to function as an extension.
Verify before relying
- Specific financial data types and market coverage available through this provider beyond what yfinance offers
- Whether this extension requires an active OpenBB Platform installation or can function standalone
- Performance characteristics and rate limits when querying Yahoo!Finance through this provider
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 | 2 — openbb-core, yfinance |
| Maintenance | actively maintained — 80 days since the last release |
| First released | |
| Downloads | 102,094/month — #12,892 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openbb_yfinance-1.6.3-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
openbb-tiingoIntegrates Tiingo financial data into the…
agpl · top 15,000 on PyPI
openbb-fmpIntegrates Financial Modeling Prep as a data…
agpl · top 15,000 on PyPI
openbb-benzingaIntegrates Benzinga financial data into the…
agpl · top 15,000 on PyPI
yfinanceFetches financial and market data from Yahoo…
permissive · top 1,000 on PyPI
openbb-intrinioIntegrates Intrinio financial data into the…
agpl · top 15,000 on PyPI
openbb-secIntegrates SEC EDGAR data into the OpenBB…
agpl · top 15,000 on PyPI
yahooqueryRetrieves financial data from Yahoo Finance…
permissive · top 15,000 on PyPI
openbb-tradingeconomicsIntegrates Trading Economics data into the…
agpl · top 15,000 on PyPI
openbbUnified interface to fetch financial market…
agpl · top 15,000 on PyPI
openbb-econdbIntegrates EconDB economic data into the OpenBB…
agpl · top 15,000 on PyPI