This database returns historical estimated and actual sales, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
Name | Type | Description | Notes |
---|---|---|---|
start_date | date | Limit sales surprises to those on or after this date | [optional] |
end_date | date | Limit sales surprises to those on or before this date | [optional] |
sales_actual_greater | float | Return only records with an actual sales higher than this value | [optional] |
sales_actual_less | float | Return only records with an actual sales lower than this value | [optional] |
sales_mean_estimate_greater | float | Return only records with a sales mean estimate greater than this value | [optional] |
sales_mean_estimate_less | float | Return only records with a sales mean estimate lower than this value | [optional] |
sales_amount_diff_greater | float | Return only records with a sales amount difference greater than this value | [optional] |
sales_amount_diff_less | float | Return only records with a sales amount difference less than this value | [optional] |
sales_percent_diff_greater | float | Return only records with a sales percent difference greater than this value | [optional] |
sales_percent_diff_less | float | Return only records with a sales percent difference less than this value | [optional] |
sales_count_estimate_greater | float | Return only records with a sales count estimate greater than this value | [optional] |
sales_count_estimate_less | float | Return only records with a sales count estimate less than this value | [optional] |
sales_std_dev_estimate_greater | float | Return only records with a sales standard deviation greater than this value | [optional] |
sales_std_dev_estimate_less | float | Return only records with a sales standard deviation less than this value | [optional] |
page_size | int | The number of results to return | [optional] [default to 100] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
sales_surprises | list[ZacksSalesSurprise] | Zacks Sales Surprise data for a Security in descending order by actual reported date |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |