Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 3.46 KB

File metadata and controls

36 lines (33 loc) · 3.46 KB

# Company

Properties

Name Type Description Notes
active bool Indicates if the security is actively listed. If false, this means the company is no longer listed and cannot be traded. [optional]
bloomberg string The Bloomberg guid for the symbol. [optional]
ceo string The name of the company's current CEO. [optional]
cik string The official CIK guid used for SEC database/filings. [optional]
country string The country in which the company is registered. [optional]
description string A description of the company and what they do/offer. [optional]
employees int The approximate number of employees for the company. [optional]
exchange string The symbol's primary exchange. [optional]
exchange_symbol string The exchange code (id) of the symbol's primary exchange. [optional]
figi string The OpenFigi project guid for the symbol. (<a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://openfigi.com/\&quot;&gt;https://openfigi.com/&lt;/a>) [optional]
hq_address string The street address for the company's headquarters. [optional]
hq_country string The country in which the company's headquarters is located. [optional]
hq_state string The state in which the company's headquarters is located. [optional]
industry string The industry in which the company operates. [optional]
lei string The Legal Entity Identifier (LEI) guid for the symbol. (<a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://en.wikipedia.org/wiki/Legal_Entity_Identifier\&quot;&gt;https://en.wikipedia.org/wiki/Legal_Entity_Identifier&lt;/a>) [optional]
listdate \DateTime The date that the symbol was listed on the exchange. [optional]
logo string The URL of the entity's logo. [optional]
marketcap int The current market cap for the company. [optional]
name string The name of the company/entity. [optional]
phone string The phone number for the company. This is usually a corporate contact number. [optional]
sector string The sector of the indsutry in which the symbol operates. [optional]
sic int Standard Industrial Classification (SIC) id for the symbol. (<a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://en.wikipedia.org/wiki/Standard_Industrial_Classification\&quot;&gt;https://en.wikipedia.org/wiki/Legal_Entity_Identifier&lt;/a>) [optional]
similar string[] A list of ticker symbols for similar companies. [optional]
symbol string The exchange symbol that this item is traded under. [optional]
tags string[] [optional]
type string The type or class of the security. (<a alt=&quot;Full List of Ticker Types&quot; href=&quot;https://polygon.io/docs/stocks/get_v3_reference_tickers_types\&quot;&gt;Full List of Ticker Types</a>) [optional]
updated \DateTime The last time this company record was updated. [optional]
url string The URL of the company's website [optional]

[Back to Model list] [Back to API list] [Back to README]