This database returns historical estimated and actual sales, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
Name | Type | Description | Notes |
---|---|---|---|
startDate | Date | Limit sales surprises to those on or after this date | [optional] |
endDate | Date | Limit sales surprises to those on or before this date | [optional] |
salesActualGreater | Number | Return only records with an actual sales higher than this value | [optional] |
salesActualLess | Number | Return only records with an actual sales lower than this value | [optional] |
salesMeanEstimateGreater | Number | Return only records with a sales mean estimate greater than this value | [optional] |
salesMeanEstimateLess | Number | Return only records with a sales mean estimate lower than this value | [optional] |
salesAmountDiffGreater | Number | Return only records with a sales amount difference greater than this value | [optional] |
salesAmountDiffLess | Number | Return only records with a sales amount difference less than this value | [optional] |
salesPercentDiffGreater | Number | Return only records with a sales percent difference greater than this value | [optional] |
salesPercentDiffLess | Number | Return only records with a sales percent difference less than this value | [optional] |
salesCountEstimateGreater | Number | Return only records with a sales count estimate greater than this value | [optional] |
salesCountEstimateLess | Number | Return only records with a sales count estimate less than this value | [optional] |
salesStdDevEstimateGreater | Number | Return only records with a sales standard deviation greater than this value | [optional] |
salesStdDevEstimateLess | Number | Return only records with a sales standard deviation less than this value | [optional] |
pageSize | Number | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
salesSurprises | [ZacksSalesSurprise] | Zacks Sales Surprise data for a Security in descending order by actual reported date |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |