Skip to main content

Revenue Geographic


Implementation details

Class names

Model nameParameters classData class
RevenueGeographicRevenueGeographicQueryParamsRevenueGeographicData

Import Statement

from openbb_core.provider.standard_models.revenue_geographic import (
RevenueGeographicData,
RevenueGeographicQueryParams,
)

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.
regionstrThe region represented by the revenue data.
revenueUnion[int, float]The total revenue attributed to the region.