Skip to main content

Management Discussion Analysis


Implementation details

Class names

Model nameParameters classData class
ManagementDiscussionAnalysisManagementDiscussionAnalysisQueryParamsManagementDiscussionAnalysisData

Import Statement

from openbb_core.provider.standard_models.management_discussion_analysis import (
ManagementDiscussionAnalysisData,
ManagementDiscussionAnalysisQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
calendar_yearintCalendar 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.NoneTrue
calendar_periodLiteral['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.NoneTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
calendar_yearintThe calendar year of the report.
calendar_periodintThe calendar period of the report.
period_endingdateThe end date of the reporting period.
contentstrThe content of the management discussion and analysis.