This database returns historical estimated and actual sales, guidance, and announcement dates for a specified US or Canadian company.
| Name | Description | Example |
|---|---|---|
|
identifier
* required
|
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | AAPL |
|
page_size
|
The number of results to return | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
||
|
page_size
* required
The number of results to return
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| Name | Description | Type |
|---|---|---|
| sales_surprises | array | |
|
id
|
The Intrinio ID for the record | string |
|
fiscal_year
|
The company’s fiscal year for the reported period | number |
|
fiscal_quarter
|
The company’s fiscal quarter for the reported period | string |
|
calendar_year
|
The closest calendar year for the company’s fiscal year | number |
|
calendar_quarter
|
The closest calendar quarter for the company’s fiscal year | string |
|
actual_reported_date
|
The actual report date for the earnings release | date |
|
actual_reported_time
|
The actual report time for the earnings release | string |
|
actual_reported_code
|
The code cooresponding to the earnings release BTO = BEFORE THE OPEN | DTM = DURING THE MARKET | AMC = AFTER MARKET CLOSE | string |
|
actual_reported_desc
|
The description for the type of earnings release | string |
|
last_rev_date
|
The last revision date for the analyst estimates | date |
|
sales_actual
|
The actual Non-GAAP sales figure released by the company, interpreted by Zacks. | number |
|
sales_actual_zacks_adj
|
The adjustments Zacks made to get to Non-GAAP sales to reconcile with GAAP sales. | number |
|
sales_actual_gaap
|
The actual GAAP sales figured released by the company | number |
|
sales_mean_estimate
|
The pre-earnings release mean sales estimate for the company sales_count_estimate; the pre-earnings release number of estimates by analysts | number |
|
sales_amount_diff
|
The sales surprise amount difference | number |
|
sales_percent_diff
|
The sales surprise percent difference | number |
|
sales_std_dev_estimate
|
The pre-earnings release standard deviation of sales estimates | number |
|
security
|
The Security of the Zacks Sales Surprise | object |
|
id
|
The Intrinio ID for Security | string |
|
company_id
|
The Intrinio ID for the Company for which the Security is issued | string |
|
exchange
|
The exchange's MIC | string |
|
exchange_mic
|
The security's exchange MIC | string |
|
stock_exchange_id
|
The exchange's Intrinio ID | string |
|
name
|
The name of the Security | string |
|
code
|
A 2-3 digit code classifying the Security (reference) | string |
|
currency
|
The currency in which the Security is traded on the exchange | string |
|
ticker
|
The common/local ticker of the Security | string |
|
composite_ticker
|
The country-composite ticker of the Security | string |
|
figi
|
The OpenFIGI identifier | string |
|
composite_figi
|
The country-composite OpenFIGI identifier | string |
|
share_class_figi
|
The global-composite OpenFIGI identifier | string |
|
primary_listing
|
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange | boolean |
| security | The Security resolved from the given identifier | object |
|
id
|
The Intrinio ID for Security | string |
|
company_id
|
The Intrinio ID for the Company for which the Security is issued | string |
|
exchange
|
The exchange's MIC | string |
|
exchange_mic
|
The security's exchange MIC | string |
|
stock_exchange_id
|
The exchange's Intrinio ID | string |
|
name
|
The name of the Security | string |
|
code
|
A 2-3 digit code classifying the Security (reference) | string |
|
currency
|
The currency in which the Security is traded on the exchange | string |
|
ticker
|
The common/local ticker of the Security | string |
|
composite_ticker
|
The country-composite ticker of the Security | string |
|
figi
|
The OpenFIGI identifier | string |
|
composite_figi
|
The country-composite OpenFIGI identifier | string |
|
share_class_figi
|
The global-composite OpenFIGI identifier | string |
|
primary_listing
|
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange | boolean |
| next_page | The token required to request the next page of the data. If null, no further results are available. | string |
|
sales_surprises
|
||
|
security
The Security resolved from the given identifier
|
||
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|