Skip to main content

Earnings Call Transcript


Implementation details

Class names

Model nameParameters classData class
EarningsCallTranscriptEarningsCallTranscriptQueryParamsEarningsCallTranscriptData

Import Statement

from openbb_core.provider.standard_models.earnings_call_transcript import (
EarningsCallTranscriptData,
EarningsCallTranscriptQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
yearintYear of the earnings call transcript.False
providerLiteral['fmp']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
quarterintQuarter of the earnings call transcript.
yearintYear of the earnings call transcript.
datedatetimeThe date of the data.
contentstrContent of the earnings call transcript.