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