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

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbol
string
required

Stock ticker to query (required). Send the plain uppercase symbol exactly as you'd type it on a brokerage screen, e.g. AAPL, MSFT, TSLA.

Example:

"AAPL"

Response

News sentiment data.

buzz
object
companyNewsScore
number
sectorAverageBullishPercent
number
sectorAverageNewsScore
number
sentiment
object
symbol
string