Skip to main content

transcript

Get earnings call transcripts for a given company.

Examples

from openbb import obb
obb.equity.fundamental.transcript(symbol='AAPL', year='2020', provider='fmp')

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

Returns

OBBject
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

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.