API Get Access
API Reference
  • Introduction
  • Getting Started
  • Authentication
  • Errors
Stock
  • Fund Confidence
  • Insider Confidence
  • Analyst Confidence
  • News Confidence
Funds
  • Portfolios
  • Holdings
Fund Trends
  • Funds Holding
  • Funds Holding in Top 10
  • Funds New Positions
  • Funds Closed Positions
  • Funds Increased Positions
  • Funds Reduced Positions
  • Funds Calls
  • Funds Puts
  • Funds Net New Positions
  • Funds Net Closed Positions
  • Funds Net Increased Positions
  • Funds Net Reduced Positions
  • Funds Net Calls
  • Funds Net Puts
Analysts
  • Analyst Firms
  • Analyst Firm
  • Analysts
  • Analyst
  • Analyst Ratings
Analyst Trends
  • Analyst Upside
News Trends
  • News Positivity
News Trends
News Positivity

Retrieve stocks ranked by news positivity.

Parameters

period
string

The period used to calculate the news positivity.

One of 1-day, 7-day, 14-day, 1-month, 3-month, 6-month.

Defaults to 1-month.

min_articles
number

The minimum number of articles required within the above period for the stock to be returned in the result set.

Defaults to 3.

min_positive_percent
number

The minimum positive articles percent required within the above period for the stock to be returned in the result set.

Defaults to 0.

GET/v1/news-trends/positivity
RESPONSE
      {
  "stocks": [
    {
      "ticker": "NVDA",
      "num_articles": 879,
      "positive_percent": 80
    },
    {
      "ticker": "AAPL",
      "num_articles": 417,
      "positive_percent": 73
    },
    {
      "ticker": "AMZN",
      "num_articles": 582,
      "positive_percent": 72
    }
  ]
}