This database returns historical estimated and actual earnings, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
Name | Type | Description | Notes |
---|---|---|---|
startDate | LocalDate | Limit EPS surprises to those on or after this date | [optional] |
endDate | LocalDate | Limit EPS surprises to those on or before this date | [optional] |
epsActualGreater | BigDecimal | Return only records with an actual EPS higher than this value | [optional] |
epsActualLess | BigDecimal | Return only records with an actual EPS lower than this value | [optional] |
epsMeanEstimateGreater | BigDecimal | Return only records with an EPS mean estimate greater than this value | [optional] |
epsMeanEstimateLess | BigDecimal | Return only records with an EPS mean estimate lower than this value | [optional] |
epsAmountDiffGreater | BigDecimal | Return only records with an EPS amount difference greater than this value | [optional] |
epsAmountDiffLess | BigDecimal | Return only records with an EPS amount difference less than this value | [optional] |
epsPercentDiffGreater | BigDecimal | Return only records with an EPS percent difference greater than this value | [optional] |
epsPercentDiffLess | BigDecimal | Return only records with an EPS percent difference less than this value | [optional] |
epsCountEstimateGreater | BigDecimal | Return only records with an EPS count estimate greater than this value | [optional] |
epsCountEstimateLess | BigDecimal | Return only records with an EPS count estimate less than this value | [optional] |
epsStdDevEstimateGreater | BigDecimal | Return only records with an EPS standard deviation greater than this value | [optional] |
epsStdDevEstimateLess | BigDecimal | Return only records with an EPS 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 |
---|---|---|
epsSurprises | List | Zacks EPS 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. |