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(provider='fmp')

Parameters

NameTypeDescriptionDefaultOptional

Returns

OBBject
results : List[EquityScreener]
Serializable results.

provider : Optional[Literal['finviz', 'fmp', 'nasdaq']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrName of the company.