Default

News Sentiment

Get company's news sentiment and statistics. This endpoint is only available for US companies.

get/news-sentiment

Query parameters

symbolstring required

Company symbol.

Response

successful operation

companyNewsScorenumber float

News score.

sectorAverageBullishPercentnumber float

Sector average bullish percent.

sectorAverageNewsScorenumber float

Sectore average score.

symbolstring

Requested symbol.

Example response

{
  "sentiment": {
    "bearishPercent": 7.0614014,
    "bullishPercent": 9.301444
  },
  "symbol": "symbol",
  "sectorAverageBullishPercent": 5.637377,
  "sectorAverageNewsScore": 2.302136,
  "buzz": {
    "weeklyAverage": 1.4658129,
    "articlesInLastWeek": 0,
    "buzz": 6.0274563
  },
  "companyNewsScore": 5.962134
}

Changes

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

    • the / response's property type changed from integer to number, and format from int64 to float for status

      response-property-type-changed

    • the / response's property type changed from integer to number, and format from int64 to float for status

      response-property-type-changed

    This revision also has 2 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

    • 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