Package-level declarations
Types
Link copied to clipboard
주식(Equity) 필터링 필드
Link copied to clipboard
주식(Equity) 검색 쿼리
Link copied to clipboard
Screener 필드의 값 타입
Link copied to clipboard
펀드(Fund) 필터링 필드
Link copied to clipboard
펀드(Fund) 검색 쿼리
Link copied to clipboard
Yahoo Finance에서 제공하는 사전 정의된 스크리너
Link copied to clipboard
Screener 필터링에 사용할 수 있는 필드를 나타내는 인터페이스
Link copied to clipboard
Screener 쿼리에서 사용되는 연산자
Link copied to clipboard
Screener 검색 쿼리를 나타내는 추상 클래스
Link copied to clipboard
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())
Screener API에서 반환되는 종목 정보
Link copied to clipboard
data class ScreenerResult(val id: String? = null, val title: String? = null, val description: String? = null, val count: Int, val total: Int, val start: Int, val quotes: List<ScreenerQuote>)
Screener API 조회 결과
Link copied to clipboard
Screener 결과 정렬 필드