PriceMetrics

@Serializable
data class PriceMetrics(var symbol: String? = null, var data: PriceMetricMap? = null)

Constructors

Link copied to clipboard
fun PriceMetrics(symbol: String? = null, data: PriceMetricMap? = null)

Properties

Link copied to clipboard
var data: PriceMetricMap? = null

Map key-value pair of key ratios and metrics.

Link copied to clipboard
var symbol: String? = null

Symbol of the company.