CompanyProfile class

The CompanyProfile class is used to get the company profile. It contains the currency, the zip code, the IPO date, the sector, the industry, the total number of employees, the market capitalization, the country, the beta, the changes, the state, the city, the average volume, the exchange short name, the cusip, the is fund, the default image, the is ETF, the phone, the website, the is actively trading, the symbol, the company name, the dcf, the last div, the isin, the range, the is ADR, the dcf diff, the exchange and the description.

Constructors

CompanyProfile({required String? currency, required String? zip, required DateTime ipo, required String sector, required String industry, required int? employeeTotal, required double marketCapitalization, required String? country, required double beta, required double changes, required String? state, required String? city, required double? volAvg, required String? exchangeShortName, required String? cusip, required bool? isFund, required bool? defaultImage, required bool? isEtf, required String? phone, required String? website, required bool? isActivelyTrading, required String? symbol, required String? companyName, required double? dcf, required double? lastDiv, required String? isin, required String? range, required bool? isAdr, required double? dcfDiff, required String? exchange, required String? description, required double? price})
CompanyProfile.fromJson(Map<String, dynamic> json)
factory

Properties

beta double
getter/setter pair
changes double
getter/setter pair
city String?
getter/setter pair
companyName String?
getter/setter pair
country String?
getter/setter pair
currency String?
getter/setter pair
cusip String?
getter/setter pair
dcf double?
getter/setter pair
dcfDiff double?
getter/setter pair
defaultImage bool?
getter/setter pair
description String?
getter/setter pair
employeeTotal int?
getter/setter pair
exchange String?
getter/setter pair
exchangeShortName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
industry String
getter/setter pair
ipo DateTime
getter/setter pair
isActivelyTrading bool?
getter/setter pair
isAdr bool?
getter/setter pair
isEtf bool?
getter/setter pair
isFund bool?
getter/setter pair
isin String?
getter/setter pair
lastDiv double?
getter/setter pair
marketCapitalization double
getter/setter pair
phone String?
getter/setter pair
price double?
getter/setter pair
range String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sector String
getter/setter pair
state String?
getter/setter pair
symbol String?
getter/setter pair
volAvg double?
getter/setter pair
website String?
getter/setter pair
zip String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited