Default Key Statistics
data class DefaultKeyStatistics(val sharesOutstanding: RawFormatted? = null, val isin: String? = null, val cusip: String? = null, val maxAge: Int? = null)(source)
주요 통계 정보
발행주식수, ISIN 등을 포함합니다.
Constructors
Link copied to clipboard
constructor(sharesOutstanding: RawFormatted? = null, isin: String? = null, cusip: String? = null, maxAge: Int? = null)