Financial Data
data class FinancialData(val maxAge: Int? = null, val operatingCashflow: RawFormatted? = null, val freeCashflow: RawFormatted? = null, val totalDebt: RawFormatted? = null, val totalCash: RawFormatted? = null, val longTermDebt: RawFormatted? = null, val currentRatio: RawFormatted? = null, val returnOnEquity: RawFormatted? = null, val returnOnAssets: RawFormatted? = null, val pegRatio: RawFormatted? = null, val profitMargins: RawFormatted? = null, val revenueGrowth: RawFormatted? = null, val earningsGrowth: RawFormatted? = null, val targetPriceHigh: RawFormatted? = null, val targetPriceLow: RawFormatted? = null, val targetPriceMean: RawFormatted? = null, val recommendationKey: String? = null, val numberOfAnalysts: Int? = null)(source)
재무 정보
Constructors
Link copied to clipboard
constructor(maxAge: Int? = null, operatingCashflow: RawFormatted? = null, freeCashflow: RawFormatted? = null, totalDebt: RawFormatted? = null, totalCash: RawFormatted? = null, longTermDebt: RawFormatted? = null, currentRatio: RawFormatted? = null, returnOnEquity: RawFormatted? = null, returnOnAssets: RawFormatted? = null, pegRatio: RawFormatted? = null, profitMargins: RawFormatted? = null, revenueGrowth: RawFormatted? = null, earningsGrowth: RawFormatted? = null, targetPriceHigh: RawFormatted? = null, targetPriceLow: RawFormatted? = null, targetPriceMean: RawFormatted? = null, recommendationKey: String? = null, numberOfAnalysts: Int? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard