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

symbol: str

Symbol to get data for.

Optional: False

Data

period_ending: date

The end date of the reporting period.

fiscal_period: str

The fiscal period of the reporting period.

fiscal_year: int

The fiscal year of the reporting period.

filing_date: date

The filing date of the report.

business_line: str

The business line represented by the revenue data.

revenue: Union[int, float]

The total revenue attributed to the business line.