Stock Profile
| Parameter | Type | Description |
|---|---|---|
| symbol | string | A string representing the stock symbol. |
| beta | number | A numerical value indicating the stock's beta coefficient, measuring its sensitivity to market movements. |
| price | double | A numerical value denoting the end-of-day price of the stock. |
| volAvg | integer | An integer specifying the average trading volume of the stock. |
| lastDiv | number | A numerical value representing the most recent dividend payment made by the company. |
| range | string | A string describing the price range within which the stock has traded. |
| changes | integer | An integer indicating the price change based on end-of-day prices. |
| companyName | string | A string providing the name of the company associated with the stock. |
| currency | string | A string specifying the currency in which the stock is traded. |
| cik | string | A string representing the Central Index Key associated with the company. |
| isin | string | A string denoting the International Securities Identification Number. |
| cusip | string | A string indicating the Committee on Uniform Securities Identification Procedures number. |
| exchange | string | A string specifying the stock exchange where the stock is traded. |
| exchangeShortName | string | A string that can be used to identify the stock exchange. |
| industry | string | A string describing the industry to which the company belongs. |
| website | string | A string providing the company's website URL. |
| description | string | A string with a brief description of the company. |
| ceo | string | A string indicating the name of the company's Chief Executive Officer. |
| sector | string | A string specifying the sector to which the company belongs. |
| country | string | A string denoting the country where the company is headquartered. |
| phone | string | A string providing the company's contact phone number. |
| address | string | A string representing the company's physical address. |
| city | string | A string indicating the city where the company is located. |
| state | string | A string specifying the state or region where the company is situated. |
| zip | string | A string indicating the postal code for the company's location. |
| dcfDiff | number | A numerical value representing the difference in the discounted cash flow model. |
| dcf | number | A numerical value representing the discounted cash flow model. |
| isEtf | boolean | A boolean value indicating whether the security is an Exchange-Traded Fund (ETF). |
| isActivelyTrading | boolean | A boolean value to check if the security is actively trading. |
| isAdr | boolean | A boolean value to check if the security is an American Depositary Receipt (ADR). |
| isFund | boolean | A boolean value to check if the security is a fund. |
| marketCapitalization | integer | An integer representing the market capitalization, adjusted for the specified currency. |
| employeeTotal | integer | An integer indicating the total number of employees in the company. |
| ipo | string | A string representing the Initial Public Offering date of the company. |
Updated 4 months ago
