Skip to main content

management_discussion_analysis

Get the Management Discussion & Analysis section from the financial statements for a given company.

Parameters

symbol: str

Symbol to get data for.

Optional: False


calendar_year: int

Calendar year of the report. By default, is the current year. If the calendar period is not provided, but the calendar year is, it will return the annual report.

Optional: True


calendar_period: Literal['Q1', 'Q2', 'Q3', 'Q4']

Calendar period of the report. By default, is the most recent report available for the symbol. If no calendar year and no calendar period are provided, it will return the most recent report.

Optional: True


Returns

results: list[ManagementDiscussionAnalysis]

Serializable results.


provider: Optional[Literal['sec']]

Provider name.


warnings: Optional[list[Warning_]]

list of warnings.


chart: Optional[Chart]

Chart object.


extra: dict[str, Any]

Extra info.


Data

symbol: str

Symbol representing the entity requested in the data.

calendar_year: int

The calendar year of the report.

calendar_period: int

The calendar period of the report.

period_ending: date

The end date of the reporting period.

content: str

The content of the management discussion and analysis.