Equity Undervalued Large Caps
Implementation details
Class names
| Model name | Parameters class | Data class |
|---|---|---|
EquityUndervaluedLargeCaps | EquityUndervaluedLargeCapsQueryParams | EquityUndervaluedLargeCapsData |
Import Statement
from openbb_core.provider.standard_models. import (
EquityUndervaluedLargeCapsData,
EquityUndervaluedLargeCapsQueryParams,
)
Parameters
- standard
- yfinance
sort: Literal['asc', 'desc'] | None
Default: desc
Sort order. Possible values: 'asc', 'desc'. Default: 'desc'.
sort: Literal['asc', 'desc'] | None
Default: desc
Sort order. Possible values: 'asc', 'desc'. Default: 'desc'.
limit: int | None
Default: 200
Limit the number of results.
Data
- standard
- yfinance
symbol: str
Symbol representing the entity requested in the data.
name: str | None
Name of the entity.
price: float
Last price.
change: float
Change in price.
percent_change: float
Percent change.
volume: int | float | None
The trading volume.
symbol: str
Symbol representing the entity requested in the data.
name: str | None
Name of the entity.
price: float
Last price.
change: float
Change in price.
percent_change: float
Percent change.
volume: int | float | None
The trading volume.
open: float | None
Open price for the day.
high: float | None
High price for the day.
low: float | None
Low price for the day.
previous_close: float | None
Previous close price.
ma50: float | None
50-day moving average.
ma200: float | None
200-day moving average.
year_high: float | None
52-week high.
year_low: float | None
52-week low.
market_cap: float | None
Market Cap.
shares_outstanding: float | None
Shares outstanding.
book_value: float | None
Book value per share.
price_to_book: float | None
Price to book ratio.
eps_ttm: float | None
Earnings per share over the trailing twelve months.
eps_forward: float | None
Forward earnings per share.
pe_forward: float | None
Forward price-to-earnings ratio.
dividend_yield: float | None
Trailing twelve month dividend yield.
exchange: str | None
Exchange where the stock is listed.
exchange_timezone: str | None
Timezone of the exchange.
earnings_date: datetime | None
Most recent earnings date.
currency: str | None
Currency of the price data.