Returns historical estimated and actual earnings, guidance, and announcement dates for a specified symbol.
| Name | Description | Example |
|---|---|---|
|
identifier
* required
|
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | AAPL |
|
page_size
|
The number of results to return | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
||
|
page_size
* required
The number of results to return
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| Name | Description | Type |
|---|---|---|
| eps_surprises | array | |
|
id
|
The Intrinio ID for the record | string |
|
fiscal_year
|
The company’s fiscal year for the reported period | number |
|
fiscal_quarter
|
The company’s fiscal quarter for the reported period | string |
|
calendar_year
|
The closest calendar year for the company’s fiscal year | number |
|
calendar_quarter
|
The closest calendar quarter for the company’s fiscal year | string |
|
actual_reported_date
|
The actual report date for the earnings release | date |
|
actual_reported_time
|
The actual report time for the earnings release | string |
|
actual_reported_code
|
The code cooresponding to the earnings release BTO = BEFORE THE OPEN | DTM = DURING THE MARKET | AMC = AFTER MARKET CLOSE | string |
|
actual_reported_desc
|
The description for the type of earnings release | string |
|
eps_actual
|
The actual Non-GAAP EPS figure released by the company, interpreted by Zacks. | number |
|
eps_actual_zacks_adj
|
The adjustments Zacks made to get to Non-GAAP EPS to reconcile with GAAP EPS. | number |
|
eps_mean_estimate
|
The pre-earnings release mean EPS estimate for the company | number |
|
eps_amount_diff
|
The EPS surprise amount difference | number |
|
eps_percent_diff
|
The EPS surprise percent difference | number |
|
eps_count_estimate
|
The pre-earnings release number of estimates by analysts | number |
|
eps_std_dev_estimate
|
The pre-earnings release standard deviation of EPS estimates | number |
| security | The Security resolved from the given identifier | object |
|
id
|
The Intrinio ID for Security | string |
|
company_id
|
The Intrinio ID for the Company for which the Security is issued | string |
|
exchange
|
The exchange's MIC | string |
|
exchange_mic
|
The security's exchange MIC | string |
|
stock_exchange_id
|
The exchange's Intrinio ID | string |
|
name
|
The name of the Security | string |
|
code
|
A 2-3 digit code classifying the Security (reference) | string |
|
currency
|
The currency in which the Security is traded on the exchange | string |
|
ticker
|
The common/local ticker of the Security | string |
|
composite_ticker
|
The country-composite ticker of the Security | string |
|
figi
|
The OpenFIGI identifier | string |
|
composite_figi
|
The country-composite OpenFIGI identifier | string |
|
share_class_figi
|
The global-composite OpenFIGI identifier | string |
|
primary_listing
|
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange | boolean |
| next_page | The token required to request the next page of the data. If null, no further results are available. | string |
|
eps_surprises
|
||
|
security
The Security resolved from the given identifier
|
||
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|