The getEquityEstimates API returns all estimates in the specified date-range for all companies.
| Parameter | Meaning |
|---|---|
| start_date | The start date for the date range of estimates to return |
| end_date | The end date for the date range of estimates to return |
An array of estimate objects where each estimate has the following properties:
| Field | Meaning |
|---|---|
| id | The unique identifier for the estimate |
| ticker | The ticker of the company being estimated |
| fiscal_year | The fiscal year of the quarter being estimated |
| fiscal_quarter | The fiscal quarter of the quarter being estimated |
| eps | The estimated earnings per share for the company in the specified fiscal quarter |
| revenue | The estimated revenue for the company in the specified fiscal quarter |
| username | The author of the estimate |
| analyst_id | The unique identifier for the author of the estimate |
| created_at | The time that the estimate was created (UTC) |
| flagged | A boolean value which indicates whether we have flagged this estimate internally as erroneous (spam, wrong accounting standard, etc) |