---
title: "News Sentiment"
method: GET
path: "/news-sentiment"
tags: ["Default"]
---

# News Sentiment

`GET /news-sentiment`

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

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- NewsSentiment
  - `buzz` CompanyNewsStatistics
    - `articlesInLastWeek` integer
    - `buzz` number, float
    - `weeklyAverage` number, float
  - `companyNewsScore` number, float — News score.
  - `sectorAverageBullishPercent` number, float — Sector average bullish percent.
  - `sectorAverageNewsScore` number, float — Sectore average score.
  - `sentiment` Sentiment
    - `bearishPercent` number, float
    - `bullishPercent` number, float
  - `symbol` string — Requested symbol.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
