SummaryDetail

data class SummaryDetail(val maxAge: Int? = null, val dividendRate: RawFormatted? = null, val dividendYield: RawFormatted? = null, val averageVolume: RawFormatted? = null, val averageVolume10days: RawFormatted? = null, val beta: RawFormatted? = null, val regularMarketDayHigh: RawFormatted? = null, val regularMarketDayLow: RawFormatted? = null, val regularMarketVolume: RawFormatted? = null, val marketCap: RawFormatted? = null, val revenue: RawFormatted? = null, val dividendDate: RawFormatted? = null, val exDividendDate: RawFormatted? = null, val sharesOutstanding: RawFormatted? = null, val debtToEquity: RawFormatted? = null, val trailingPE: RawFormatted? = null, val forwardPE: RawFormatted? = null, val priceToBook: RawFormatted? = null, val fiftyTwoWeekHigh: RawFormatted? = null, val fiftyTwoWeekLow: RawFormatted? = null)(source)

상세 주식 정보

Constructors

Link copied to clipboard
constructor(maxAge: Int? = null, dividendRate: RawFormatted? = null, dividendYield: RawFormatted? = null, averageVolume: RawFormatted? = null, averageVolume10days: RawFormatted? = null, beta: RawFormatted? = null, regularMarketDayHigh: RawFormatted? = null, regularMarketDayLow: RawFormatted? = null, regularMarketVolume: RawFormatted? = null, marketCap: RawFormatted? = null, revenue: RawFormatted? = null, dividendDate: RawFormatted? = null, exDividendDate: RawFormatted? = null, sharesOutstanding: RawFormatted? = null, debtToEquity: RawFormatted? = null, trailingPE: RawFormatted? = null, forwardPE: RawFormatted? = null, priceToBook: RawFormatted? = null, fiftyTwoWeekHigh: RawFormatted? = null, fiftyTwoWeekLow: RawFormatted? = null)

Properties

Link copied to clipboard
@SerialName(value = "averageVolume")
val averageVolume: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "averageVolume10days")
val averageVolume10days: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "beta")
val beta: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "debtToEquity")
val debtToEquity: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "dividendDate")
val dividendDate: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "dividendRate")
val dividendRate: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "dividendYield")
val dividendYield: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "exDividendDate")
val exDividendDate: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "fiftyTwoWeekHigh")
val fiftyTwoWeekHigh: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "fiftyTwoWeekLow")
val fiftyTwoWeekLow: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "forwardPE")
val forwardPE: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "marketCap")
val marketCap: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "maxAge")
val maxAge: Int? = null
Link copied to clipboard
@SerialName(value = "priceToBook")
val priceToBook: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "regularMarketDayHigh")
val regularMarketDayHigh: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "regularMarketDayLow")
val regularMarketDayLow: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "regularMarketVolume")
val regularMarketVolume: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "revenue")
val revenue: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "sharesOutstanding")
val sharesOutstanding: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "trailingPE")
val trailingPE: RawFormatted? = null