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
periodLiteral['quarter', 'annual']Time period of the data to return.annualTrue
structureLiteral['hierarchical', 'flat']Structure of the returned data.flatTrue
providerLiteral['fmp']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

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.
geographic_segmentintDictionary of the revenue by geographic segment.