This database returns historical estimated and actual earnings, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
Name | Type | Description | Notes |
---|---|---|---|
start_date | Date | Limit EPS surprises to those on or after this date | [optional] |
end_date | Date | Limit EPS surprises to those on or before this date | [optional] |
eps_actual_greater | Numeric | Return only records with an actual EPS higher than this value | [optional] |
eps_actual_less | Numeric | Return only records with an actual EPS lower than this value | [optional] |
eps_mean_estimate_greater | Numeric | Return only records with an EPS mean estimate greater than this value | [optional] |
eps_mean_estimate_less | Numeric | Return only records with an EPS mean estimate lower than this value | [optional] |
eps_amount_diff_greater | Numeric | Return only records with an EPS amount difference greater than this value | [optional] |
eps_amount_diff_less | Numeric | Return only records with an EPS amount difference less than this value | [optional] |
eps_percent_diff_greater | Numeric | Return only records with an EPS percent difference greater than this value | [optional] |
eps_percent_diff_less | Numeric | Return only records with an EPS percent difference less than this value | [optional] |
eps_count_estimate_greater | Numeric | Return only records with an EPS count estimate greater than this value | [optional] |
eps_count_estimate_less | Numeric | Return only records with an EPS count estimate less than this value | [optional] |
eps_std_dev_estimate_greater | Numeric | Return only records with an EPS standard deviation greater than this value | [optional] |
eps_std_dev_estimate_less | Numeric | Return only records with an EPS standard deviation less than this value | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
eps_surprises | List of ZacksEPSSurprise | Zacks EPS Surprise data for a Security in descending order by actual reported date |
eps_surprises_data_frame | Data Frame | Data frame representation of eps_surprises |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |