Returns earnings surprise data for a given security or for all securities an earnings report date.
Name | Description | Example |
---|---|---|
identifier
|
An identifier for the company or security, including the ticker symbol, FIGI, SEC CIK ID. | AAPL |
earnings_date
|
A specified date to return earnings for all securities on that date. | 2017-02-12 |
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 1 |
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 5 |
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
true |
identifier
* required
An identifier for the company or security, including the ticker symbol, FIGI, SEC CIK ID.
|
||
earnings_date
* required
A specified date to return earnings for all securities on that date.
|
||
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
|
||
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
|
||
hide_paging
* required
Hide first row of paging information.
|
Name | Description | Type |
---|---|---|
ticker | the stock market ticker symbol associated with the companies common stock securities | string |
figi_ticker | the OpenFIGI ticker symbol | string |
figi | the OpenFIGI identifier | string |
fiscal_year | the company’s fiscal year for the reported period | date |
fiscal_quarter | the company’s fiscal quarter for the reported period | string |
calendar_year | the closest calendar year for the company’s fiscal year | date |
calendar_quarter | the closest calendar quarter for the company’s fiscal year | string |
actual_reported_date | actual report date for the earnings release | date |
actual_reported_time | 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_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 |
eps_amount_diff | EPS surprise amount difference | number |
eps_percent_diff | EPS surprise percent difference | number |
ticker
the stock market ticker symbol associated with the companies common stock securities
|
||
figi_ticker
the OpenFIGI ticker symbol
|
||
figi
the OpenFIGI identifier
|
||
fiscal_year
the company’s fiscal year for the reported period
|
||
fiscal_quarter
the company’s fiscal quarter for the reported period
|
||
calendar_year
the closest calendar year for the company’s fiscal year
|
||
calendar_quarter
the closest calendar quarter for the company’s fiscal year
|
||
actual_reported_date
actual report date for the earnings release
|
||
actual_reported_time
actual report time for the earnings release
|
||
actual_reported_code
the code cooresponding to the earnings release BTO = BEFORE THE OPEN | DTM = DURING THE MARKET | AMC = AFTER MARKET CLOSE
|
||
actual_reported_desc
the description for the type of earnings release
|
||
eps_actual
the actual Non-GAAP EPS figure released by the company, interpreted by Zacks.
|
||
eps_actual_zacks_adj
the adjustments Zacks made to get to Non-GAAP EPS to reconcile with GAAP EPS.
|
||
eps_mean_estimate
the pre-earnings release mean EPS estimate for the company
|
||
eps_count_estimate
the pre-earnings release number of estimates by analysts
|
||
eps_std_dev_estimate
the pre-earnings release standard deviation of EPS estimates
|
||
eps_amount_diff
EPS surprise amount difference
|
||
eps_percent_diff
EPS surprise percent difference
|