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 | Float | Return only records with an actual EPS higher than this value | [optional] |
eps_actual_less | Float | Return only records with an actual EPS lower than this value | [optional] |
eps_mean_estimate_greater | Float | Return only records with an EPS mean estimate greater than this value | [optional] |
eps_mean_estimate_less | Float | Return only records with an EPS mean estimate lower than this value | [optional] |
eps_amount_diff_greater | Float | Return only records with an EPS amount difference greater than this value | [optional] |
eps_amount_diff_less | Float | Return only records with an EPS amount difference less than this value | [optional] |
eps_percent_diff_greater | Float | Return only records with an EPS percent difference greater than this value | [optional] |
eps_percent_diff_less | Float | Return only records with an EPS percent difference less than this value | [optional] |
eps_count_estimate_greater | Float | Return only records with an EPS count estimate greater than this value | [optional] |
eps_count_estimate_less | Float | Return only records with an EPS count estimate less than this value | [optional] |
eps_std_dev_estimate_greater | Float | Return only records with an EPS standard deviation greater than this value | [optional] |
eps_std_dev_estimate_less | Float | 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 | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
eps_surprises | Array | Zacks EPS Surprise data for a Security in descending order by actual reported date |
next_page | 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 | ||
fiscal_year | Float | The company's fiscal year for the reported period | ||
fiscal_quarter | String | The company's fiscal quarter for the reported period | ||
calendar_year | Float | The closest calendar year for the company's fiscal year | ||
calendar_quarter | String | The closest calendar quarter for the company's fiscal year | ||
actual_reported_date | Date | The actual report date for the earnings release | ||
actual_reported_time | String | The actual report time for the earnings release | ||
actual_reported_code | String | The code cooresponding to the earnings release BTO = BEFORE THE OPEN | DTM = DURING THE MARKET | AMC = AFTER MARKET CLOSE |
actual_reported_desc | String | The description for the type of earnings release | ||
eps_actual | Float | The actual Non-GAAP EPS figure released by the company, interpreted by Zacks. | ||
eps_actual_zacks_adj | Float | The adjustments Zacks made to get to Non-GAAP EPS to reconcile with GAAP EPS. | ||
eps_mean_estimate | Float | The pre-earnings release mean EPS estimate for the company | ||
eps_amount_diff | Float | The EPS surprise amount difference | ||
eps_percent_diff | Float | The EPS surprise percent difference | ||
eps_count_estimate | Float | The pre-earnings release number of estimates by analysts | ||
eps_std_dev_estimate | Float | The pre-earnings release standard deviation of EPS estimates | ||
security | SecuritySummary | The Security of the Zacks EPS Surprise |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID for Security |
company_id | String | The Intrinio ID for the Company for which the Security is issued |
exchange | String | The exchange's MIC |
exchange_mic | String | The security's exchange MIC |
stock_exchange_id | 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 |
composite_ticker | String | The country-composite ticker of the Security |
figi | String | The OpenFIGI identifier |
composite_figi | String | The country-composite OpenFIGI identifier |
share_class_figi | String | The global-composite OpenFIGI identifier |
primary_listing | BOOLEAN | If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |