Revenue Business Line
Implementation details
Class names
| Model name | Parameters class | Data class |
|---|---|---|
RevenueBusinessLine | RevenueBusinessLineQueryParams | RevenueBusinessLineData |
Import Statement
from openbb_core.provider.standard_models.revenue_business_line import (
RevenueBusinessLineData,
RevenueBusinessLineQueryParams,
)
Parameters
- standard
- fmp
symbol: str
Symbol to get data for.
symbol: str
Symbol to get data for.
period: Literal['quarter', 'annual'] | None
Default: annual
Time period of the data to return.
Data
- standard
- fmp
period_ending: date
The end date of the reporting period.
fiscal_period: str | None
The fiscal period of the reporting period.
fiscal_year: int | None
The fiscal year of the reporting period.
filing_date: date | None
The filing date of the report.
business_line: str | None
The business line represented by the revenue data.
revenue: int | float
The total revenue attributed to the business line.
period_ending: date
The end date of the reporting period.
fiscal_period: str | None
The fiscal period of the reporting period.
fiscal_year: int | None
The fiscal year of the reporting period.
filing_date: date | None
The filing date of the report.
business_line: str | None
The business line represented by the revenue data.
revenue: int | float
The total revenue attributed to the business line.