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: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp, intrinio, tmx, yfinance.

Data

symbol: str
Symbol representing the entity requested in the data.

name: str | None
Common name of the company.

cik: str | None
Central Index Key (CIK) for the requested entity.

cusip: str | None
CUSIP identifier for the company.

isin: str | None
International Securities Identification Number.

lei: str | None
Legal Entity Identifier assigned to the company.

legal_name: str | None
Official legal name of the company.

stock_exchange: str | None
Stock exchange where the company is traded.

sic: int | None
Standard Industrial Classification code for the company.

short_description: str | None
Short description of the company.

long_description: str | None
Long description of the company.

ceo: str | None
Chief Executive Officer of the company.

company_url: str | None
URL of the company's website.

business_address: str | None
Address of the company's headquarters.

mailing_address: str | None
Mailing address of the company.

business_phone_no: str | None
Phone number of the company's headquarters.

hq_address1: str | None
Address of the company's headquarters.

hq_address2: str | None
Address of the company's headquarters.

hq_address_city: str | None
City of the company's headquarters.

hq_address_postal_code: str | None
Zip code of the company's headquarters.

hq_state: str | None
State of the company's headquarters.

hq_country: str | None
Country of the company's headquarters.

inc_state: str | None
State in which the company is incorporated.

inc_country: str | None
Country in which the company is incorporated.

employees: int | None
Number of employees working for the company.

entity_legal_form: str | None
Legal form of the company.

entity_status: str | None
Status of the company.

latest_filing_date: date | None
Date of the company's latest filing.

irs_number: str | None
IRS number assigned to the company.

sector: str | None
Sector in which the company operates.

industry_category: str | None
Category of industry in which the company operates.

industry_group: str | None
Group of industry in which the company operates.

template: str | None
Template used to standardize the company's financial statements.

standardized_active: bool | None
Whether the company is active or not.

first_fundamental_date: date | None
Date of the company's first fundamental.

last_fundamental_date: date | None
Date of the company's last fundamental.

first_stock_price_date: date | None
Date of the company's first stock price.

last_stock_price_date: date | None
Date of the company's last stock price.