Skip to main content

multiples

Get equity valuation multiples for a given company.

Examples

from openbb import obb
obb.equity.fundamental.multiples(symbol='AAPL', provider='fmp')

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): fmp.False

Returns

OBBject
results : List[EquityValuationMultiples]
Serializable results.

provider : Optional[Literal['fmp']]
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.
revenue_per_share_ttmfloatRevenue per share calculated as trailing twelve months.
net_income_per_share_ttmfloatNet income per share calculated as trailing twelve months.
operating_cash_flow_per_share_ttmfloatOperating cash flow per share calculated as trailing twelve months.
free_cash_flow_per_share_ttmfloatFree cash flow per share calculated as trailing twelve months.
cash_per_share_ttmfloatCash per share calculated as trailing twelve months.
book_value_per_share_ttmfloatBook value per share calculated as trailing twelve months.
tangible_book_value_per_share_ttmfloatTangible book value per share calculated as trailing twelve months.
shareholders_equity_per_share_ttmfloatShareholders equity per share calculated as trailing twelve months.
interest_debt_per_share_ttmfloatInterest debt per share calculated as trailing twelve months.
market_cap_ttmfloatMarket capitalization calculated as trailing twelve months.
enterprise_value_ttmfloatEnterprise value calculated as trailing twelve months.
pe_ratio_ttmfloatPrice-to-earnings ratio (P/E ratio) calculated as trailing twelve months.
price_to_sales_ratio_ttmfloatPrice-to-sales ratio calculated as trailing twelve months.
pocf_ratio_ttmfloatPrice-to-operating cash flow ratio calculated as trailing twelve months.
pfcf_ratio_ttmfloatPrice-to-free cash flow ratio calculated as trailing twelve months.
pb_ratio_ttmfloatPrice-to-book ratio calculated as trailing twelve months.
ptb_ratio_ttmfloatPrice-to-tangible book ratio calculated as trailing twelve months.
ev_to_sales_ttmfloatEnterprise value-to-sales ratio calculated as trailing twelve months.
enterprise_value_over_ebitda_ttmfloatEnterprise value-to-EBITDA ratio calculated as trailing twelve months.
ev_to_operating_cash_flow_ttmfloatEnterprise value-to-operating cash flow ratio calculated as trailing twelve months.
ev_to_free_cash_flow_ttmfloatEnterprise value-to-free cash flow ratio calculated as trailing twelve months.
earnings_yield_ttmfloatEarnings yield calculated as trailing twelve months.
free_cash_flow_yield_ttmfloatFree cash flow yield calculated as trailing twelve months.
debt_to_equity_ttmfloatDebt-to-equity ratio calculated as trailing twelve months.
debt_to_assets_ttmfloatDebt-to-assets ratio calculated as trailing twelve months.
net_debt_to_ebitda_ttmfloatNet debt-to-EBITDA ratio calculated as trailing twelve months.
current_ratio_ttmfloatCurrent ratio calculated as trailing twelve months.
interest_coverage_ttmfloatInterest coverage calculated as trailing twelve months.
income_quality_ttmfloatIncome quality calculated as trailing twelve months.
dividend_yield_ttmfloatDividend yield calculated as trailing twelve months.
dividend_yield_percentage_ttmfloatDividend yield percentage calculated as trailing twelve months.
dividend_to_market_cap_ttmfloatDividend to market capitalization ratio calculated as trailing twelve months.
dividend_per_share_ttmfloatDividend per share calculated as trailing twelve months.
payout_ratio_ttmfloatPayout ratio calculated as trailing twelve months.
sales_general_and_administrative_to_revenue_ttmfloatSales general and administrative expenses-to-revenue ratio calculated as trailing twelve months.
research_and_development_to_revenue_ttmfloatResearch and development expenses-to-revenue ratio calculated as trailing twelve months.
intangibles_to_total_assets_ttmfloatIntangibles-to-total assets ratio calculated as trailing twelve months.
capex_to_operating_cash_flow_ttmfloatCapital expenditures-to-operating cash flow ratio calculated as trailing twelve months.
capex_to_revenue_ttmfloatCapital expenditures-to-revenue ratio calculated as trailing twelve months.
capex_to_depreciation_ttmfloatCapital expenditures-to-depreciation ratio calculated as trailing twelve months.
stock_based_compensation_to_revenue_ttmfloatStock-based compensation-to-revenue ratio calculated as trailing twelve months.
graham_number_ttmfloatGraham number calculated as trailing twelve months.
roic_ttmfloatReturn on invested capital calculated as trailing twelve months.
return_on_tangible_assets_ttmfloatReturn on tangible assets calculated as trailing twelve months.
graham_net_net_ttmfloatGraham net-net working capital calculated as trailing twelve months.
working_capital_ttmfloatWorking capital calculated as trailing twelve months.
tangible_asset_value_ttmfloatTangible asset value calculated as trailing twelve months.
net_current_asset_value_ttmfloatNet current asset value calculated as trailing twelve months.
invested_capital_ttmfloatInvested capital calculated as trailing twelve months.
average_receivables_ttmfloatAverage receivables calculated as trailing twelve months.
average_payables_ttmfloatAverage payables calculated as trailing twelve months.
average_inventory_ttmfloatAverage inventory calculated as trailing twelve months.
days_sales_outstanding_ttmfloatDays sales outstanding calculated as trailing twelve months.
days_payables_outstanding_ttmfloatDays payables outstanding calculated as trailing twelve months.
days_of_inventory_on_hand_ttmfloatDays of inventory on hand calculated as trailing twelve months.
receivables_turnover_ttmfloatReceivables turnover calculated as trailing twelve months.
payables_turnover_ttmfloatPayables turnover calculated as trailing twelve months.
inventory_turnover_ttmfloatInventory turnover calculated as trailing twelve months.
roe_ttmfloatReturn on equity calculated as trailing twelve months.
capex_per_share_ttmfloatCapital expenditures per share calculated as trailing twelve months.