This database returns historical estimated and actual sales, guidance, and announcement dates for a specified US or Canadian company.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
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 | |
security | SecuritySummary | The Security resolved from the given identifier |
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 | ||
security | SecuritySummary | The Security of the Zacks Sales Surprise |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID for Security |
companyId | String | The Intrinio ID for the Company for which the Security is issued |
exchange | String | The exchange's MIC |
exchangeMic | String | The security's exchange MIC |
stockExchangeId | String | The exchange's Intrinio ID |
name | String | The name of the Security |
code | String | A 2-3 digit code classifying the Security (reference) |
currency | String | The currency in which the Security is traded on the exchange |
ticker | String | The common/local ticker of the Security |
compositeTicker | String | The country-composite ticker of the Security |
figi | String | The OpenFIGI identifier |
compositeFigi | String | The country-composite OpenFIGI identifier |
shareClassFigi | String | The global-composite OpenFIGI identifier |
primaryListing | Boolean | If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID for Security |
companyId | String | The Intrinio ID for the Company for which the Security is issued |
exchange | String | The exchange's MIC |
exchangeMic | String | The security's exchange MIC |
stockExchangeId | String | The exchange's Intrinio ID |
name | String | The name of the Security |
code | String | A 2-3 digit code classifying the Security (reference) |
currency | String | The currency in which the Security is traded on the exchange |
ticker | String | The common/local ticker of the Security |
compositeTicker | String | The country-composite ticker of the Security |
figi | String | The OpenFIGI identifier |
compositeFigi | String | The country-composite OpenFIGI identifier |
shareClassFigi | String | The global-composite OpenFIGI identifier |
primaryListing | Boolean | If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |