Skip to main content

Equity Info


Implementation details

Class names

Model nameParameters classData class
EquityInfoEquityInfoQueryParamsEquityInfoData

Import Statement

from openbb_core.provider.standard_models.equity_info import (
EquityInfoData,
EquityInfoQueryParams,
)

Parameters

symbol: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp, intrinio, tmx, yfinance.

Optional: False

Data

symbol: str

Symbol representing the entity requested in the data.

name: str

Common name of the company.

cik: str

Central Index Key (CIK) for the requested entity.

cusip: str

CUSIP identifier for the company.

isin: str

International Securities Identification Number.

lei: str

Legal Entity Identifier assigned to the company.

legal_name: str

Official legal name of the company.

stock_exchange: str

Stock exchange where the company is traded.

sic: int

Standard Industrial Classification code for the company.

short_description: str

Short description of the company.

long_description: str

Long description of the company.

ceo: str

Chief Executive Officer of the company.

company_url: str

URL of the company's website.

business_address: str

Address of the company's headquarters.

mailing_address: str

Mailing address of the company.

business_phone_no: str

Phone number of the company's headquarters.

hq_address1: str

Address of the company's headquarters.

hq_address2: str

Address of the company's headquarters.

hq_address_city: str

City of the company's headquarters.

hq_address_postal_code: str

Zip code of the company's headquarters.

hq_state: str

State of the company's headquarters.

hq_country: str

Country of the company's headquarters.

inc_state: str

State in which the company is incorporated.

inc_country: str

Country in which the company is incorporated.

employees: int

Number of employees working for the company.

entity_legal_form: str

Legal form of the company.

entity_status: str

Status of the company.

latest_filing_date: date

Date of the company's latest filing.

irs_number: str

IRS number assigned to the company.

sector: str

Sector in which the company operates.

industry_category: str

Category of industry in which the company operates.

industry_group: str

Group of industry in which the company operates.

template: str

Template used to standardize the company's financial statements.

standardized_active: bool

Whether the company is active or not.

first_fundamental_date: date

Date of the company's first fundamental.

last_fundamental_date: date

Date of the company's last fundamental.

first_stock_price_date: date

Date of the company's first stock price.

last_stock_price_date: date

Date of the company's last stock price.