transcript
Get earnings call transcripts for a given company.
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
Returns
results
: list[EarningsCallTranscript]
Serializable results.
provider
: Optional[Literal['fmp']]
Provider name.
warnings
: Optional[list[Warning_]]
list of warnings.
chart
: Optional[Chart]
Chart object.
extra
: dict[str, Any]
Extra info.
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.