This database offers consensus earnings estimates for over 5,000 US and Canadian listed companies.
Name | Type | Description | Notes |
---|---|---|---|
identifier | str | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | [optional] |
start_date | date | Limit EPS estimates to those on or after this date | [optional] |
end_date | date | Limit EPS estimates to those on or before this date | [optional] |
fiscal_year | int | Only for the given fiscal year | [optional] |
fiscal_period | str | The fiscal period | [optional] |
calendar_year | int | Only for the given calendar year | [optional] |
calendar_period | str | The calendar period | [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 |
---|---|---|
estimates | list[ZacksEPSEstimate] | Zacks EPS estimate data for a given date range |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
company | CompanySummary | |
date | date | The period end date |
fiscal_year | int | The company's fiscal year for the reported period |
fiscal_quarter | str | The company's fiscal quarter for the reported period |
calendar_year | int | The closest calendar year for the company's fiscal year |
calendar_quarter | str | The closest calendar quarter for the company's fiscal year |
count | int | The number of estimates for the period |
mean | float | The earnings per share (EPS) mean estimate for the period |
median | float | The earnings per share (EPS) median estimate for the period |
high | float | The earnings per share (EPS) high estimate for the period |
low | float | The earnings per share (EPS) low estimate for the period |
standard_deviation | float | The earnings per share (EPS) standard deviation estimate for the period |
percent_change | float | The earnings per share (EPS) percent change in estimate for the period |
mean_7_days_ago | float | The long term growth mean estimate - 7 Days Ago |
mean_30_days_ago | float | The long term growth mean estimate - 30 Days Ago |
mean_60_days_ago | float | The long term growth mean estimate - 60 Days Ago |
mean_90_days_ago | float | The long term growth mean estimate - 90 Days Ago |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the company |
ticker | str | The stock market ticker symbol associated with the company's common stock securities |
name | str | The company's common name |
lei | str | The Legal Entity Identifier (LEI) assigned to the company |
cik | str | The Central Index Key (CIK) assigned to the company |