HISTORICAL_EPS
Get historical earnings per share data for a given company.
Syntax
=OBB.EQUITY.FUNDAMENTAL.HISTORICAL_EPS(symbol,[limit])
Examples
=OBB.EQUITY.FUNDAMENTAL.HISTORICAL_EPS("AAPL")
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. | True |
limit | Number | The number of data entries to return. | False |
Data
- fmp
Name | Description |
---|---|
date | The date of the data. |
symbol | Symbol representing the entity requested in the data. |
announce_time | Timing of the earnings announcement. |
eps_actual | Actual EPS from the earnings date. |
eps_estimated | Estimated EPS for the earnings date. |
revenue_estimated | Estimated consensus revenue for the reporting period. |
revenue_actual | The actual reported revenue. |
reporting_time | The reporting time - e.g. after market close. |
updated_at | The date when the data was last updated. |
period_ending | The fiscal period end date. |