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 | Date | Limit EPS surprises to those on or after this date | [optional] |
endDate | Date | Limit EPS surprises to those on or before this date | [optional] |
epsActualGreater | Number | Return only records with an actual EPS higher than this value | [optional] |
epsActualLess | Number | Return only records with an actual EPS lower than this value | [optional] |
epsMeanEstimateGreater | Number | Return only records with an EPS mean estimate greater than this value | [optional] |
epsMeanEstimateLess | Number | Return only records with an EPS mean estimate lower than this value | [optional] |
epsAmountDiffGreater | Number | Return only records with an EPS amount difference greater than this value | [optional] |
epsAmountDiffLess | Number | Return only records with an EPS amount difference less than this value | [optional] |
epsPercentDiffGreater | Number | Return only records with an EPS percent difference greater than this value | [optional] |
epsPercentDiffLess | Number | Return only records with an EPS percent difference less than this value | [optional] |
epsCountEstimateGreater | Number | Return only records with an EPS count estimate greater than this value | [optional] |
epsCountEstimateLess | Number | Return only records with an EPS count estimate less than this value | [optional] |
epsStdDevEstimateGreater | Number | Return only records with an EPS standard deviation greater than this value | [optional] |
epsStdDevEstimateLess | Number | Return only records with an EPS 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 |
---|---|---|
epsSurprises | [ZacksEPSSurprise] | 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. |