Zacks Sales Surprises

Zacks Sales Surprises Web API Documentation

This database returns historical estimated and actual sales, guidance, and announcement dates for 17,000+ US and Canadian listed companies.

Endpoint:
https://api-v2.intrinio.com/zacks/sales_surprises

Parameters

Name Description Example
start_date
Limit sales surprises to those on or after this date 2019-01-01
end_date
Limit sales surprises to those on or before this date 2019-12-31
sales_actual_greater
Return only records with an actual sales higher than this value 40000000000.0
sales_actual_less
Return only records with an actual sales lower than this value 70000000000.0
sales_mean_estimate_greater
Return only records with a sales mean estimate greater than this value 40000000000.0
sales_mean_estimate_less
Return only records with a sales mean estimate lower than this value 70000000000.0
sales_amount_diff_greater
Return only records with a sales amount difference greater than this value -2000000000.0
sales_amount_diff_less
Return only records with a sales amount difference less than this value 0.0
sales_percent_diff_greater
Return only records with a sales percent difference greater than this value 0.0
sales_percent_diff_less
Return only records with a sales percent difference less than this value 0.0
sales_count_estimate_greater
Return only records with a sales count estimate greater than this value 1.0
sales_count_estimate_less
Return only records with a sales count estimate less than this value 3.0
sales_std_dev_estimate_greater
Return only records with a sales standard deviation greater than this value 0.0
sales_std_dev_estimate_less
Return only records with a sales standard deviation less than this value 1000000000.0
page_size
The number of results to return -
next_page
Gets the next page of data from a previous API call -
start_date
* required
Limit sales surprises to those on or after this date
end_date
* required
Limit sales surprises to those on or before this date
sales_actual_greater
* required
Return only records with an actual sales higher than this value
sales_actual_less
* required
Return only records with an actual sales lower than this value
sales_mean_estimate_greater
* required
Return only records with a sales mean estimate greater than this value
sales_mean_estimate_less
* required
Return only records with a sales mean estimate lower than this value
sales_amount_diff_greater
* required
Return only records with a sales amount difference greater than this value
sales_amount_diff_less
* required
Return only records with a sales amount difference less than this value
sales_percent_diff_greater
* required
Return only records with a sales percent difference greater than this value
sales_percent_diff_less
* required
Return only records with a sales percent difference less than this value
sales_count_estimate_greater
* required
Return only records with a sales count estimate greater than this value
sales_count_estimate_less
* required
Return only records with a sales count estimate less than this value
sales_std_dev_estimate_greater
* required
Return only records with a sales standard deviation greater than this value
sales_std_dev_estimate_less
* required
Return only records with a sales standard deviation less than this value
page_size
* required
The number of results to return
next_page
* required
Gets the next page of data from a previous API call

Output Fields

Name Description Type
sales_surprises
Zacks Sales Surprise data for a Security in descending order by actual reported date 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
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_amount_diff
The sales surprise amount difference number
sales_percent_diff
The sales surprise percent difference number
sales_std_dev_estimate
The pre-earnings release standard deviation of sales estimates number
next_page The token required to request the next page of the data. If null, no further results are available. string
sales_surprises
Zacks Sales Surprise data for a Security in descending order by actual reported date
next_page
The token required to request the next page of the data. If null, no further results are available.