Default

EBIT Estimates

Get company's ebit estimates.

get/stock/ebit-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": [
    {
      "ebitHigh": 6.0274563,
      "ebitLow": 1.4658129,
      "period": "2000-01-23",
      "year": 5,
      "numberAnalysts": 5,
      "ebitAvg": 0.8008282,
      "quarter": 2
    },
    {
      "ebitHigh": 6.0274563,
      "ebitLow": 1.4658129,
      "period": "2000-01-23",
      "year": 5,
      "numberAnalysts": 5,
      "ebitAvg": 0.8008282,
      "quarter": 2
    }
  ],
  "freq": "freq"
}

Changes

Changed in 3 of the 35 revisions of this API.13

    • 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

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

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