Earnings Call Transcript
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
EarningsCallTranscript | EarningsCallTranscriptQueryParams | EarningsCallTranscriptData |
Import Statement
from openbb_core.provider.standard_models.earnings_call_transcript import (
EarningsCallTranscriptData,
EarningsCallTranscriptQueryParams,
)
Parameters
- standard
- fmp
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
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
- standard
- fmp
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.
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.