This database offers consensus EPS growth rate estimates, comparing company estimates to historical company estimates, industry estimates, and S&P 500 index estimates.
Name | Type | Description | Notes |
---|---|---|---|
company | str | Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional] |
industry_group_name | str | Return only growth rates for companies in the given Zacks industry group name | [optional] |
industry_group_number | str | Return only growth rates for companies in the given Zacks industry group number | [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 |
---|---|---|
eps_growth_rates | list[ZacksEPSGrowthRate] | Zacks EPS growth rate for the latest date |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
ticker | str | The Zacks common exchange ticker |
company_name | str | The company name |
industry_group_number | str | The Zacks industry group number |
industry_group_name | str | The Zacks industry group name |
fiscal_year_0 | int | The current fiscal year |
fiscal_year_1 | int | The next fiscal year |
fiscal_year_2 | int | The fiscal year after the next fiscal year |
company_last_5_year_actual | float | The company's last 5 year actual percentage earnings-per-share (EPS) growth rate |
company_fiscal_year_1_vs_fiscal_year_0 | float | The company's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate |
company_fiscal_year_2_vs_fiscal_year_1 | float | The company's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate |
company_long_term_growth_mean | float | The company's long term growth rate mean estimate |
company_fiscal_year_1_forward_price_to_earnings | float | The company's forward (current fiscal year) price-to-earnings (P/E) ratio |
industry_last_5_year_actual | float | The industry's last 5 year actual percentage earnings-per-share (EPS) growth rate |
industry_fiscal_year_1_vs_fiscal_year_0 | float | The industry's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate |
industry_fiscal_year_2_vs_fiscal_year_1 | float | The industry's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate |
industry_long_term_growth_mean | float | The industry's long term growth rate mean estimate |
industry_fiscal_year_1_forward_price_to_earnings | float | The industry's forward (current fiscal year) price-to-earnings (P/E) ratio |
sp500_last_5_year_actual | float | The S&P 500's last 5 year actual percentage earnings-per-share (EPS) growth rate |
sp500_fiscal_year_1_vs_fiscal_year_0 | float | The S&P 500's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate |
sp500_fiscal_year_2_vs_fiscal_year_1 | float | The S&P 500's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate |
sp500_long_term_growth | float | The S&P 500's long term growth rate mean estimate |
sp500_fiscal_year_1_price_to_earnings | float | The S&P 500's forward (current fiscal year) price-to-earnings (P/E) ratio |
company | CompanySummary |
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 |