ScreenerQuote

data class ScreenerQuote(val symbol: String, val shortName: String? = null, val longName: String? = null, val quoteType: String? = null, val sector: String? = null, val industry: String? = null, val exchange: String? = null, val marketCap: Long? = null, val regularMarketPrice: Double? = null, val regularMarketChange: Double? = null, val regularMarketChangePercent: Double? = null, val regularMarketVolume: Long? = null, val additionalFields: Map<String, Any?> = emptyMap())(source)

Screener API에서 반환되는 종목 정보

Constructors

Link copied to clipboard
constructor(symbol: String, shortName: String? = null, longName: String? = null, quoteType: String? = null, sector: String? = null, industry: String? = null, exchange: String? = null, marketCap: Long? = null, regularMarketPrice: Double? = null, regularMarketChange: Double? = null, regularMarketChangePercent: Double? = null, regularMarketVolume: Long? = null, additionalFields: Map<String, Any?> = emptyMap())

Properties

Link copied to clipboard

추가 필드 (정렬 필드 등 동적 필드)

Link copied to clipboard
val exchange: String? = null

거래소

Link copied to clipboard
val industry: String? = null

산업

Link copied to clipboard
val longName: String? = null

긴 이름

Link copied to clipboard
val marketCap: Long? = null

시가총액

Link copied to clipboard
val quoteType: String? = null

자산 유형 (EQUITY, MUTUALFUND)

Link copied to clipboard

가격 변동

Link copied to clipboard

등락률 (%)

Link copied to clipboard

정규시장 가격

Link copied to clipboard

거래량

Link copied to clipboard
val sector: String? = null

섹터

Link copied to clipboard
val shortName: String? = null

짧은 이름

Link copied to clipboard

티커 심볼