// the truth protocol for agentic ai

VEROQ

Verified intelligence for agents that can't afford to be wrong.

Trust, but /verify.

Try:
Human Interfacesummary + follow-ups

Just /ask Polaris

Ask any financial question

Agent Interface
// Your agent calls one endpoint
GET /api/v1/ask?q="What's happening with NVDA?"

// Gets structured intelligence back
{
  "tickers": ["NVDA"],
  "intents": ["full"],
  "confidence": "high",
  "reasoning": ["Identified ticker: NVDA", "Queried 9 data sources"],
  "credits_used": 5,
  "trade_signal": { "action": "lean_buy", "score": 56, "factors": [...] },
  "data": { ticker, technicals, earnings, sentiment, news, insider, filings, analysts }
}

// 300+ structured endpoints underneath
// /ticker, /earnings, /technicals, /sentiment, /insider,
// /filings, /analysts, /screener, /backtest, /alerts ...

500 adversarial questions tested. Zero breaches. Zero hallucinations.

1,000 free credits/month · No credit card required

Works with your stack
CLIPythonTypeScriptLangChainCrewAIVercel AIMCPn8nAll integrations →

// watch agents debate

10 agents. One ticker. Debate. Live.

Bull makes the case. Bear tears it apart. Fact Checker verifies every claim. Risk Analyst sizes the position. Portfolio Manager drops the verdict.

📊
Context

NVDA at $169 — RSI 37, below SMA 20

🟢
Bull

Oversold bounce — $4T AI leader at a discount

🔴
Bear

Below all moving averages, sentiment bearish

🛡️
Risk

Max drawdown $145, position size 3.5%

⚖️
Verdict

BUY — scale in at $167-170 over 2 weeks

// get started in seconds

CLI
npm i -g @polaris-news/cli
export POLARIS_API_KEY=vq_xxx

polaris ask "Is NVDA a buy?"
polaris screen "oversold tech"
polaris signal MSFT
Python
pip install polaris-news

from polaris_news import Agent
agent = Agent()
r = agent.ask("NVDA earnings")
print(r.trade_signal)
TypeScript
npm i polaris-news-api

import { Agent } from 'polaris-news-api'
const agent = new Agent()
const r = await agent.ask("NVDA")
console.log(r.trade_signal)

// what you get

1,061+ Tickers

Equities, crypto, ETFs, commodities, indices. Auto-discovery for any ticker.

/ticker/:symbol

Trade Signal

Composite 0-100 score — RSI, sentiment, VIX, technicals, earnings proximity.

/ask

NLP Screener

"Oversold semiconductors" → structured filters → results. Plain English in.

/screener/natural

Claim Verification

Fact-check any statement. Verdict, confidence, evidence trail.

/verify

Cross-Reference

Price, technicals, earnings, sentiment, insider, filings, analysts — one call.

/ticker/:symbol/full

Agent Debate

10 agents analyze any ticker live. Bull vs Bear. Fact-checked. SSE stream.

/debate/:ticker

Start building with VEROQ

1,000 free credits/month. No credit card. Full API access.

Intelligence powered by Polaris Report