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 | LocalDate | Limit sales surprises to those on or after this date | [optional] |
endDate | LocalDate | Limit sales surprises to those on or before this date | [optional] |
salesActualGreater | BigDecimal | Return only records with an actual sales higher than this value | [optional] |
salesActualLess | BigDecimal | Return only records with an actual sales lower than this value | [optional] |
salesMeanEstimateGreater | BigDecimal | Return only records with a sales mean estimate greater than this value | [optional] |
salesMeanEstimateLess | BigDecimal | Return only records with a sales mean estimate lower than this value | [optional] |
salesAmountDiffGreater | BigDecimal | Return only records with a sales amount difference greater than this value | [optional] |
salesAmountDiffLess | BigDecimal | Return only records with a sales amount difference less than this value | [optional] |
salesPercentDiffGreater | BigDecimal | Return only records with a sales percent difference greater than this value | [optional] |
salesPercentDiffLess | BigDecimal | Return only records with a sales percent difference less than this value | [optional] |
salesCountEstimateGreater | BigDecimal | Return only records with a sales count estimate greater than this value | [optional] |
salesCountEstimateLess | BigDecimal | Return only records with a sales count estimate less than this value | [optional] |
salesStdDevEstimateGreater | BigDecimal | Return only records with a sales standard deviation greater than this value | [optional] |
salesStdDevEstimateLess | BigDecimal | Return only records with a sales 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 |
---|---|---|
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. |
Name | Type | Description | ||
---|---|---|---|---|
id | String | The Intrinio ID for the record | ||
fiscalYear | BigDecimal | The company's fiscal year for the reported period | ||
fiscalQuarter | String | The company's fiscal quarter for the reported period | ||
calendarYear | BigDecimal | The closest calendar year for the company's fiscal year | ||
calendarQuarter | String | The closest calendar quarter for the company's fiscal year | ||
actualReportedDate | LocalDate | The actual report date for the earnings release | ||
actualReportedTime | String | The actual report time for the earnings release | ||
actualReportedCode | String | The code cooresponding to the earnings release BTO = BEFORE THE OPEN | DTM = DURING THE MARKET | AMC = AFTER MARKET CLOSE |
actualReportedDesc | String | The description for the type of earnings release | ||
lastRevDate | LocalDate | The last revision date for the analyst estimates | ||
salesActual | BigDecimal | The actual Non-GAAP sales figure released by the company, interpreted by Zacks. | ||
salesActualZacksAdj | BigDecimal | The adjustments Zacks made to get to Non-GAAP sales to reconcile with GAAP sales. | ||
salesActualGaap | BigDecimal | The actual GAAP sales figured released by the company | ||
salesMeanEstimate | BigDecimal | The pre-earnings release mean sales estimate for the company sales_count_estimate; the pre-earnings release number of estimates by analysts | ||
salesAmountDiff | BigDecimal | The sales surprise amount difference | ||
salesPercentDiff | BigDecimal | The sales surprise percent difference | ||
salesStdDevEstimate | BigDecimal | The pre-earnings release standard deviation of sales estimates |