Skip to main content

screener

Screen for companies meeting various criteria.

These criteria include market cap, price, beta, volume, and dividend yield.

Examples

from openbb import obb
obb.equity.screener()

Parameters


Returns

results: EquityScreener

Serializable results.

provider: Optional[Literal['finviz', 'fmp', 'nasdaq', 'yfinance']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

symbol: str
Symbol representing the entity requested in the data.

name: str | None
Name of the company.