Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 3.54 KB

GetTicker200ResponseResults.md

File metadata and controls

35 lines (32 loc) · 3.54 KB

# GetTicker200ResponseResults

Properties

Name Type Description Notes
active bool Whether or not the asset is actively traded. False means the asset has been delisted.
address \OpenAPI\Client\Model\GetTicker200ResponseResultsAddress [optional]
branding \OpenAPI\Client\Model\GetTicker200ResponseResultsBranding [optional]
cik string The CIK number for this ticker. Find more information here. [optional]
composite_figi string The composite OpenFIGI number for this ticker. Find more information here [optional]
currency_name string The name of the currency that this asset is traded with.
delisted_utc \DateTime The last date that the asset was traded. [optional]
description string A description of the company and what they do/offer. [optional]
homepage_url string The URL of the company's website homepage. [optional]
list_date string The date that the symbol was first publicly listed in the format YYYY-MM-DD. [optional]
locale string The locale of the asset.
market string The market type of the asset.
market_cap float The most recent close price of the ticker multiplied by weighted outstanding shares. [optional]
name string The name of the asset. For stocks/equities this will be the companies registered name. For crypto/fx this will be the name of the currency or coin pair.
phone_number string The phone number for the company behind this ticker. [optional]
primary_exchange string The ISO code of the primary listing exchange for this asset. [optional]
round_lot float Round lot size of this security. [optional]
share_class_figi string The share Class OpenFIGI number for this ticker. Find more information here [optional]
share_class_shares_outstanding float The recorded number of outstanding shares for this particular share class. [optional]
sic_code string The standard industrial classification code for this ticker. For a list of SIC Codes, see the SEC's <a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.sec.gov/info/edgar/siccodes.htm\&quot;&gt;SIC Code List</a>. [optional]
sic_description string A description of this ticker's SIC code. [optional]
ticker string The exchange symbol that this item is traded under.
ticker_root string The root of a specified ticker. For example, the root of BRK.A is BRK. [optional]
ticker_suffix string The suffix of a specified ticker. For example, the suffix of BRK.A is A. [optional]
total_employees float The approximate number of employees for the company. [optional]
type string The type of the asset. Find the types that we support via our Ticker Types API. [optional]
weighted_shares_outstanding float The shares outstanding calculated assuming all shares of other share classes are converted to this share class. [optional]

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