Skip to main content

Company Overview


Implementation details

Class names

Model nameParameters classData class
CompanyOverviewCompanyOverviewQueryParamsCompanyOverviewData

Import Statement

from openbb_core.provider.standard_models.company_overview import (
CompanyOverviewData,
CompanyOverviewQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
providerLiteral['fmp']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
pricefloatPrice of the company.
betafloatBeta of the company.
vol_avgintVolume average of the company.
mkt_capintMarket capitalization of the company.
last_divfloatLast dividend of the company.
rangestrRange of the company.
changesfloatChanges of the company.
company_namestrCompany name of the company.
currencystrCurrency of the company.
cikstrCentral Index Key (CIK) for the requested entity.
isinstrISIN of the company.
cusipstrCUSIP of the company.
exchangestrExchange of the company.
exchange_short_namestrExchange short name of the company.
industrystrIndustry of the company.
websitestrWebsite of the company.
descriptionstrDescription of the company.
ceostrCEO of the company.
sectorstrSector of the company.
countrystrCountry of the company.
full_time_employeesstrFull time employees of the company.
phonestrPhone of the company.
addressstrAddress of the company.
citystrCity of the company.
statestrState of the company.
zipstrZip of the company.
dcf_difffloatDiscounted cash flow difference of the company.
dcffloatDiscounted cash flow of the company.
imagestrImage of the company.
ipo_datedateIPO date of the company.
default_imageboolIf the image is the default image.
is_etfboolIf the company is an ETF.
is_actively_tradingboolIf the company is actively trading.
is_adrboolIf the company is an ADR.
is_fundboolIf the company is a fund.