transcript
Get earnings call transcripts for a given company.
Parameters
- standard
- fmp
symbol: str
Symbol to get data for.
year: int | None
Year of the earnings call transcript.
quarter: Literal[1, 2, 3, 4] | None
Quarterly period of the earnings call transcript.
symbol: str
Symbol to get data for.
year: int | None
Year of the earnings call transcript.
quarter: Literal[1, 2, 3, 4] | None
Quarterly period of the earnings call transcript.
Returns
results: 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.
year: int
Year of the earnings call transcript.
quarter: str
Quarter of the earnings call transcript.
date: date | str
The date of the data.
content: str
Content of the earnings call transcript.
symbol: str
Symbol representing the entity requested in the data.
year: int
Year of the earnings call transcript.
quarter: str
Quarter of the earnings call transcript.
date: date | str
The date of the data.
content: str
Content of the earnings call transcript.