Skip to main content
GET
/
v1
/
news-sentiment
Get News Sentiment
curl --request GET \
  --url https://api.aries.com/v1/news-sentiment \
  --header 'Authorization: Bearer <token>'
{
  "buzz": {
    "articlesInLastWeek": 20,
    "buzz": 0.8888,
    "weeklyAverage": 22.5
  },
  "companyNewsScore": 0.9166,
  "sectorAverageBullishPercent": 0.6482,
  "sectorAverageNewsScore": 0.5191,
  "sentiment": {
    "bearishPercent": 0,
    "bullishPercent": 1
  },
  "symbol": "V"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string
required

(Required) Stock ticker symbol

Response

Successful response

buzz
object

Media buzz metrics showing article volume and trends

companyNewsScore
number

Overall news sentiment score for the company (0-1 scale, higher is more positive)

sectorAverageBullishPercent
number

Average percentage of bullish news articles for the sector

sectorAverageNewsScore
number

Average news sentiment score for the sector (0-1 scale)

sentiment
object

Bullish vs bearish sentiment breakdown

symbol
string

Stock ticker symbol