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

symbol: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): fmp.

Optional: False


year: Union[Union[int, str], list[Union[int, str]]]

Year of the earnings call transcript. Multiple items allowed for provider(s): fmp.

Optional: False

Data

symbol: str

Symbol representing the entity requested in the data.

quarter: int

Quarter of the earnings call transcript.

year: int

Year of the earnings call transcript.

date: Union[datetime, str]

The date of the data.

content: str

Content of the earnings call transcript.