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"
}

Changes

Changed in 4 of the 35 revisions of this API.79

    • added the optional property data/items/quarter to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/year to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property data/items/epsAvg to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/epsHigh to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/epsLow to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/numberAnalysts to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/period to the response with the 200 status

      response-optional-property-added

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api tag Default added

      api-tag-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • c5b8e420b78c71See the full diff
    • removed the optional property data/items/epsAvg from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/epsHigh from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/epsLow from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/numberAnalysts from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/period from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/quarter from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/year from the response with the 200 status

      response-optional-property-removed

    • api tag Default removed

      api-tag-removed

    This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog