Returns sales 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-04-05 |
|
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 3 |
|
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 50 |
|
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 | 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 | 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 |
| last_rev_date | the last revision date for the analyst estimates | date |
| sales_actual | the actual Non-GAAP sales figure released by the company, interpreted by Zacks. | number |
| sales_actual_zacks_adj | the adjustments Zacks made to get to Non-GAAP sales to reconcile with GAAP sales. | number |
| sales_actual_gaap | the actual GAAP sales figured released by the company | number |
| sales_mean_estimate | the pre-earnings release mean sales estimate for the company sales_count_estimate; the pre-earnings release number of estimates by analysts | number |
| sales_std_dev_estimate | the pre-earnings release standard deviation of sales estimates | number |
| sales_amount_diff | sales surprise amount difference | number |
| sales_percent_diff | sales 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
|
||
|
last_rev_date
the last revision date for the analyst estimates
|
||
|
sales_actual
the actual Non-GAAP sales figure released by the company, interpreted by Zacks.
|
||
|
sales_actual_zacks_adj
the adjustments Zacks made to get to Non-GAAP sales to reconcile with GAAP sales.
|
||
|
sales_actual_gaap
the actual GAAP sales figured released by the company
|
||
|
sales_mean_estimate
the pre-earnings release mean sales estimate for the company sales_count_estimate; the pre-earnings release number of estimates by analysts
|
||
|
sales_std_dev_estimate
the pre-earnings release standard deviation of sales estimates
|
||
|
sales_amount_diff
sales surprise amount difference
|
||
|
sales_percent_diff
sales surprise percent difference
|