REVENUE_PER_GEOGRAPHY
Get the revenue geographic breakdown for a given company over time.
Syntax
=OBB.EQUITY.FUNDAMENTAL.REVENUE_PER_GEOGRAPHY(symbol,[period],[structure])
Examples
=OBB.EQUITY.FUNDAMENTAL.REVENUE_PER_GEOGRAPHY("AAPL")
=OBB.EQUITY.FUNDAMENTAL.REVENUE_PER_GEOGRAPHY("AAPL","annual","flat")
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. | True |
period | Text | Time period of the data to return. | False |
structure | Text | Structure of the returned data. | False |
Data
- fmp
Name | Description |
---|---|
period_ending | The end date of the reporting period. |
fiscal_period | The fiscal period of the reporting period. |
fiscal_year | The fiscal year of the reporting period. |
filing_date | The filing date of the report. |
geographic_segment | Dictionary of the revenue by geographic segment. |