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
Stock
Insider Confidence

Retrieve company insider confidence stats for the stock with the given ticker.

Parameters

ticker
string
required

The ticker symbol of the stock

GET/v1/stocks/:ticker/insider-confidence
RESPONSE
      {
  "buys": 15,
  "sells": 239,
  "sentiment": "negative"
}