FinancialData

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
@SerialName(value = "currentRatio")
val currentRatio: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "earningsGrowth")
val earningsGrowth: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "freeCashflow")
val freeCashflow: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "longTermDebt")
val longTermDebt: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "maxAge")
val maxAge: Int? = null
Link copied to clipboard
@SerialName(value = "numberOfAnalysts")
val numberOfAnalysts: Int? = null
Link copied to clipboard
@SerialName(value = "operatingCashflow")
val operatingCashflow: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "pegRatio")
val pegRatio: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "profitMargins")
val profitMargins: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "recommendationKey")
val recommendationKey: String? = null
Link copied to clipboard
@SerialName(value = "returnOnAssets")
val returnOnAssets: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "returnOnEquity")
val returnOnEquity: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "revenueGrowth")
val revenueGrowth: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "targetPriceHigh")
val targetPriceHigh: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "targetPriceLow")
val targetPriceLow: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "targetPriceMean")
val targetPriceMean: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "totalCash")
val totalCash: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "totalDebt")
val totalDebt: RawFormatted? = null