EarningsCallTranscriptsList

@Serializable
data class EarningsCallTranscriptsList(var symbol: String? = null, var transcripts: List<StockTranscripts>? = null)

Constructors

Link copied to clipboard
fun EarningsCallTranscriptsList(symbol: String? = null, transcripts: List<StockTranscripts>? = null)

Properties

Link copied to clipboard
var symbol: String? = null

Company symbol.

Link copied to clipboard

Array of transcripts' metadata