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
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): fmp. | False | |
year | Union[Union[int, str], List[Union[int, str]]] | Year of the earnings call transcript. Multiple items allowed for provider(s): fmp. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): fmp. | False | |
year | Union[Union[int, str], List[Union[int, str]]] | Year of the earnings call transcript. Multiple items allowed for provider(s): fmp. | False |
Data
- standard
- fmp
Name | Type | Description |
---|---|---|
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. |
Name | Type | Description |
---|---|---|
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. |