Skip to main content

Revenue Business Line


Implementation details

Class names

Model nameParameters classData class
RevenueBusinessLineRevenueBusinessLineQueryParamsRevenueBusinessLineData

Import Statement

from openbb_core.provider.standard_models.revenue_business_line import (
RevenueBusinessLineData,
RevenueBusinessLineQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False

Data

NameTypeDescription
period_endingdateThe end date of the reporting period.
fiscal_periodstrThe fiscal period of the reporting period.
fiscal_yearintThe fiscal year of the reporting period.
filing_datedateThe filing date of the report.
business_linestrThe business line represented by the revenue data.
revenueUnion[int, float]The total revenue attributed to the business line.