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
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): fmp.False
yearUnion[Union[int, str], List[Union[int, str]]]Year of the earnings call transcript. Multiple items allowed for provider(s): fmp.False

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
quarterintQuarter of the earnings call transcript.
yearintYear of the earnings call transcript.
dateUnion[datetime, str]The date of the data.
contentstrContent of the earnings call transcript.