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 | LocalDate | Limit sales surprises to those on or after this date | [optional] |
endDate | LocalDate | Limit sales surprises to those on or before this date | [optional] |
salesActualGreater | BigDecimal | Return only records with an actual sales higher than this value | [optional] |
salesActualLess | BigDecimal | Return only records with an actual sales lower than this value | [optional] |
salesMeanEstimateGreater | BigDecimal | Return only records with a sales mean estimate greater than this value | [optional] |
salesMeanEstimateLess | BigDecimal | Return only records with a sales mean estimate lower than this value | [optional] |
salesAmountDiffGreater | BigDecimal | Return only records with a sales amount difference greater than this value | [optional] |
salesAmountDiffLess | BigDecimal | Return only records with a sales amount difference less than this value | [optional] |
salesPercentDiffGreater | BigDecimal | Return only records with a sales percent difference greater than this value | [optional] |
salesPercentDiffLess | BigDecimal | Return only records with a sales percent difference less than this value | [optional] |
salesCountEstimateGreater | BigDecimal | Return only records with a sales count estimate greater than this value | [optional] |
salesCountEstimateLess | BigDecimal | Return only records with a sales count estimate less than this value | [optional] |
salesStdDevEstimateGreater | BigDecimal | Return only records with a sales standard deviation greater than this value | [optional] |
salesStdDevEstimateLess | BigDecimal | Return only records with a sales standard deviation less than this value | [optional] |
pageSize | Integer | 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 | List | 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. |