getEquityReleases

By Estimize

    The getEquityReleases API returns the current consensus as well as the consensus history of the specified release. Note that you can get the release_id from any of the /companies/<ticker>/releases endpoints (specified as id).

    Query Parameters:

    none

    Response:

    An object that has wallstreet and estimize properties, that each include eps and revenue properties, that the following attributes:

    Field Meaning
    mean The mean of the distribution of estimates (the "consensus")
    high The highest estimate in the distribution
    low The lowest estimate in the distribution
    standard_deviation The standard deviation of the distribution
    count The number of estimates in the distribution
    updated_at The timestamp of this consensus (UTC)
    revisions An array of objects in the same format as above with a timestamped history (see updated_at)