v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Earnings Estimates

Get company's EPS estimates.

get/stock/eps-estimate

Query parameters

symbolstring required

Symbol of the company: AAPL.

freqstring

Can take 1 of the following values: <code>annual, quarterly</code>. Default to <code>quarterly</code>

Response

successful operation

freqstring

Frequency: annual or quarterly.

symbolstring

Company symbol.

Example response

{
  "symbol": "symbol",
  "data": [
    {
      "epsHigh": 6.0274563,
      "period": "2000-01-23",
      "epsAvg": 0.8008282,
      "epsLow": 1.4658129,
      "year": 5,
      "numberAnalysts": 5,
      "quarter": 2
    },
    {
      "epsHigh": 6.0274563,
      "period": "2000-01-23",
      "epsAvg": 0.8008282,
      "epsLow": 1.4658129,
      "year": 5,
      "numberAnalysts": 5,
      "quarter": 2
    }
  ],
  "freq": "freq"
}