This database offers consensus earnings estimates for over 5,000 US and Canadian listed companies.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | [optional] |
startDate | LocalDate | Limit EPS estimates to those on or after this date | [optional] |
endDate | LocalDate | Limit EPS estimates to those on or before this date | [optional] |
fiscalYear | Integer | Only for the given fiscal year | [optional] |
fiscalPeriod | String | The fiscal period | [optional] [enum: Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD] |
calendarYear | Integer | Only for the given calendar year | [optional] |
calendarPeriod | String | The calendar period | [optional] [enum: Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD] |
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 |
---|---|---|
estimates | List | Zacks EPS estimate data for a given date range |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
company | CompanySummary | |
date | LocalDate | The period end date |
fiscalYear | Integer | The company's fiscal year for the reported period |
fiscalQuarter | String | The company's fiscal quarter for the reported period |
calendarYear | Integer | The closest calendar year for the company's fiscal year |
calendarQuarter | String | The closest calendar quarter for the company's fiscal year |
count | Integer | The number of estimates for the period |
mean | BigDecimal | The earnings per share (EPS) mean estimate for the period |
median | BigDecimal | The earnings per share (EPS) median estimate for the period |
high | BigDecimal | The earnings per share (EPS) high estimate for the period |
low | BigDecimal | The earnings per share (EPS) low estimate for the period |
standardDeviation | BigDecimal | The earnings per share (EPS) standard deviation estimate for the period |
percentChange | BigDecimal | The earnings per share (EPS) percent change in estimate for the period |
mean7DaysAgo | BigDecimal | The long term growth mean estimate - 7 Days Ago |
mean30DaysAgo | BigDecimal | The long term growth mean estimate - 30 Days Ago |
mean60DaysAgo | BigDecimal | The long term growth mean estimate - 60 Days Ago |
mean90DaysAgo | BigDecimal | The long term growth mean estimate - 90 Days Ago |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the company |
ticker | String | The stock market ticker symbol associated with the company's common stock securities |
name | String | The company's common name |
lei | String | The Legal Entity Identifier (LEI) assigned to the company |
cik | String | The Central Index Key (CIK) assigned to the company |