This database returns historical estimated and actual sales, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
Name | Type | Description | Notes |
---|---|---|---|
start_date | Date | Limit sales surprises to those on or after this date | [optional] |
end_date | Date | Limit sales surprises to those on or before this date | [optional] |
sales_actual_greater | Numeric | Return only records with an actual sales higher than this value | [optional] |
sales_actual_less | Numeric | Return only records with an actual sales lower than this value | [optional] |
sales_mean_estimate_greater | Numeric | Return only records with a sales mean estimate greater than this value | [optional] |
sales_mean_estimate_less | Numeric | Return only records with a sales mean estimate lower than this value | [optional] |
sales_amount_diff_greater | Numeric | Return only records with a sales amount difference greater than this value | [optional] |
sales_amount_diff_less | Numeric | Return only records with a sales amount difference less than this value | [optional] |
sales_percent_diff_greater | Numeric | Return only records with a sales percent difference greater than this value | [optional] |
sales_percent_diff_less | Numeric | Return only records with a sales percent difference less than this value | [optional] |
sales_count_estimate_greater | Numeric | Return only records with a sales count estimate greater than this value | [optional] |
sales_count_estimate_less | Numeric | Return only records with a sales count estimate less than this value | [optional] |
sales_std_dev_estimate_greater | Numeric | Return only records with a sales standard deviation greater than this value | [optional] |
sales_std_dev_estimate_less | Numeric | Return only records with a sales standard deviation less than this value | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
sales_surprises | List of ZacksSalesSurprise | Zacks Sales Surprise data for a Security in descending order by actual reported date |
sales_surprises_data_frame | Data Frame | Data frame representation of sales_surprises |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description | ||
---|---|---|---|---|
id | Character | The Intrinio ID for the record | ||
fiscal_year | Numeric | The company's fiscal year for the reported period | ||
fiscal_quarter | Character | The company's fiscal quarter for the reported period | ||
calendar_year | Numeric | The closest calendar year for the company's fiscal year | ||
calendar_quarter | Character | The closest calendar quarter for the company's fiscal year | ||
actual_reported_date | Date | The actual report date for the earnings release | ||
actual_reported_time | Character | The actual report time for the earnings release | ||
actual_reported_code | Character | The code cooresponding to the earnings release BTO = BEFORE THE OPEN | DTM = DURING THE MARKET | AMC = AFTER MARKET CLOSE |
actual_reported_desc | Character | The description for the type of earnings release | ||
last_rev_date | Date | The last revision date for the analyst estimates | ||
sales_actual | Numeric | The actual Non-GAAP sales figure released by the company, interpreted by Zacks. | ||
sales_actual_zacks_adj | Numeric | The adjustments Zacks made to get to Non-GAAP sales to reconcile with GAAP sales. | ||
sales_actual_gaap | Numeric | The actual GAAP sales figured released by the company | ||
sales_mean_estimate | Numeric | The pre-earnings release mean sales estimate for the company sales_count_estimate; the pre-earnings release number of estimates by analysts | ||
sales_amount_diff | Numeric | The sales surprise amount difference | ||
sales_percent_diff | Numeric | The sales surprise percent difference | ||
sales_std_dev_estimate | Numeric | The pre-earnings release standard deviation of sales estimates |