Developer Reference
API Documentation
Build on real-time market sentiment, news intelligence, and institutional flow data
REST
API
Direct HTTP access. Key-authenticated, JSON, Python and Node SDKs.
106 endpointsConnector
MCP
Connect Claude or ChatGPT with one URL. OAuth, no API key to paste.
11 toolsAgent
Skills
Install into Claude Code, Cursor, Codex, or Gemini with one command.
21 skillsQuick Start
All API access requires an API key. Generate one for free in Settings > Developer Console.
# Get real-time stock price
curl -H "X-SentiSense-API-Key: ss_live_YOUR_KEY" \
"https://app.sentisense.ai/api/v1/stocks/price?ticker=AAPL"
# Get institutional flows (PRO)
curl -H "X-SentiSense-API-Key: ss_live_YOUR_KEY" \
"https://app.sentisense.ai/api/v1/institutional/flows?reportDate=2025-12-31"API Reference
106 endpointsSentiment & News
Our proprietary layer, and the most-calledMarket Mood API3SentiSense's proprietary fear and greed index plus the market-wide sentiment rollups: a 0-100 composite score, per-sector tone versus the market, and daily sentiment breadth.Metrics API5Time series social metrics for stocks and entities: mentions, sentiment, SentiSense Score, and social dominance, with distributions and baselines.SentiSense Rating API1The daily 0 to 100 score and A to F letter grade for a US stock: the rank of a seven-dimension blend of crowd sentiment, smart money, options positioning, analysts, fundamentals, earnings and technicals, less its graded risk adjustments, with the full composition behind it.Insights API6AI-generated insights for stocks and the overall market. Each flags a specific signal, from insider cluster buying to institutional rotation, with scores.Documents & News API8Search and retrieve sentiment metrics for news articles, social media posts, and AI-curated news stories across multiple sources.Market Summary API1AI-generated market headline and expanded analysis, refreshed through the trading day: what moved, why it moved, and which stocks are most active.
Stocks & Estimates
Per-ticker facts and street forecastsStocks API29Stock prices delayed 15 minutes, historical charts, company fundamentals, short interest data, and AI-powered stock analysis.Analyst Ratings API9Wall Street analyst price targets, buy/hold/sell distribution, upgrade and downgrade actions, and forward EPS estimates with earnings surprise history.Calendar API2Forward-looking earnings calendar API: upcoming report dates with session timing, fiscal quarter, confirmation status, and consensus EPS estimates.Earnings Analysis API6The earnings lifecycle as one API family: who reports (calendar), what management changed in its SEC filings (risk-factor diffs), the per-quarter analysis of what was actually reported, and the AI takeaway (insights).ETFs API6ETF discovery, holdings composition, and holdings-weighted aggregates: analyst consensus, insider activity, and sentiment derived from fund constituents.Options Intelligence API3End-of-day options analytics ranked against each stock's own history: IV rank, put/call percentile, 25-delta skew, open-interest walls, max pain, and unusual contracts, plus a market-wide radar.Screener API4Filter the tracked universe on the SentiSense Score, the SentiSense Rating letter, attention, analyst consensus, technicals and price in a single query, and read the field catalog that backs it.
Entities
Resolve a person, product, or organization to a handleAlternative Data
Disclosure filings, composite indexes, and observational trackersInstitutional Flows API8SEC 13F-HR filing data: market flows, institutional holders, activist positions, and options activity. Track what funds and banks are buying and selling.Insider Trading API3Track SEC Form 4 insider filings: buys, sells, awards, and exercises by officers, directors, and 10%+ shareholders, with cluster buy detection.Politicians Trading API5Track congressional STOCK Act trading disclosures: purchases, sales, and exercises by U.S. Senators and Representatives. Updated daily from official filings.Indexes API3SentiSense's composite sentiment indexes in one standardized envelope: a single scalar per index, its history, and the constituent breakdown behind it.Trackers API2Observational market trackers in one standardized envelope: institution rankings, hedge fund returns, Reddit positioning, and sentiment leaderboards.
Rate Limits
| Tier | Price | API Requests / Month | Key Features |
|---|---|---|---|
| Free | $0 | 1,000 | Preview access, 30 req/min: generate key in Developer Console |
| PRO | $15/mo | Unlimited | Full access, 300 req/min: institutional data, AI analysis |
Agent Ready
Build with Your AI Agent
Point your AI agent to our skill file and it can query stock prices, sentiment data, news, and institutional flows, no manual setup needed.
✓65+ REST API endpoints, most publicly accessible
✓Python & Node.js SDKs
✓Free tier: start calling endpoints immediately
agent prompt
// Point your AI agent here:
Read https://sentisense.ai/skill.md and follow the API instructionsWorks with OpenClaw, Claude Code, Codex, and other AI agents.