QuoteData

data class QuoteData(val identification: QuoteIdentification? = null, val pricing: QuotePricing? = null, val extendedHours: QuoteExtendedHours? = null, val fiftyTwoWeek: QuoteFiftyTwoWeek? = null, val movingAverages: QuoteMovingAverages? = null, val volumes: QuoteVolumes? = null, val marketCap: QuoteMarketCap? = null, val dividends: QuoteDividends? = null, val financialRatios: QuoteFinancialRatios? = null, val earnings: QuoteEarnings? = null, val revenue: QuoteRevenue? = null, val financialHealth: QuoteFinancialHealth? = null, val growthRates: QuoteGrowthRates? = null, val analystRatings: QuoteAnalystRatings? = null)(source)

Quote API의 실시간 시장 데이터 및 주식 기본 정보

Quote API는 QuoteSummary API와 달리 실시간 시장 데이터와 다양한 기본 정보를 한 번의 호출로 제공합니다. 다중 심볼 조회가 가능하며 응답 속도가 빠릅니다.

Constructors

Link copied to clipboard
constructor(identification: QuoteIdentification? = null, pricing: QuotePricing? = null, extendedHours: QuoteExtendedHours? = null, fiftyTwoWeek: QuoteFiftyTwoWeek? = null, movingAverages: QuoteMovingAverages? = null, volumes: QuoteVolumes? = null, marketCap: QuoteMarketCap? = null, dividends: QuoteDividends? = null, financialRatios: QuoteFinancialRatios? = null, earnings: QuoteEarnings? = null, revenue: QuoteRevenue? = null, financialHealth: QuoteFinancialHealth? = null, growthRates: QuoteGrowthRates? = null, analystRatings: QuoteAnalystRatings? = null)

Properties

Link copied to clipboard

애널리스트 의견 정보

Link copied to clipboard

배당 정보

Link copied to clipboard
val earnings: QuoteEarnings? = null

수익 정보 (EPS 등)

Link copied to clipboard

장전/장후 거래 정보

Link copied to clipboard

52주 고저가 정보

Link copied to clipboard

재무 건전성 정보

Link copied to clipboard

재무 비율 정보 (PER, PBR 등)

Link copied to clipboard

성장률 정보

Link copied to clipboard

기본 식별 정보 (심볼, 이름, 거래소 등)

Link copied to clipboard

시가총액 및 발행주식수 정보

Link copied to clipboard

이동평균 정보

Link copied to clipboard
val pricing: QuotePricing? = null

가격 정보 (현재가, 시가, 고가, 저가, 거래량 등)

Link copied to clipboard
val revenue: QuoteRevenue? = null

매출 및 수익성 정보

Link copied to clipboard
val volumes: QuoteVolumes? = null

거래량 평균 정보