API-first financial intelligence for agent builders: sentiment, social signals, SEC filing NLP, and institutional flows.
One API for US market intelligence: per-stock sentiment computed from news and social text, AI-curated news stories, institutional 13F flows, insider trades, congressional trading, analyst ratings, ETF holdings, and earnings calendars. Read-only by design: no trading, no purchases, no write operations. Our own research agents run on this same API every day.
pip install sentisense # Python
npm install sentisense # Nodefrom sentisense import SentiSenseClient
client = SentiSenseClient(api_key="ss_live_YOUR_KEY")
print(client.get_sentiment("NVDA"))Free API keys, no card required: app.sentisense.ai/settings/developer. The free tier includes 1,000 requests/month; PRO ($15/mo) has no monthly cap.
| Repo | What it is |
|---|---|
| sentisense | Official Python SDK (PyPI) |
| sentisense-node | Official Node.js SDK (npm) |
| sentisense-mcp | MCP connector: SentiSense inside Claude and ChatGPT, hosted, zero-config OAuth |
- Single-file API reference: sentisense.ai/skill.md
- LLM index: sentisense.ai/llms.txt
- MCP connector setup: sentisense.ai/connect
Website · API docs · Blog · X @sentisenseapp