v2

latestOpenAPI 3.1.0Proprietary2026-08-05143259.2 KB
symbols

7-day AI sentiment rollup for one ticker

Counts of bullish / neutral / bearish per-ticker sentiment calls from the enriched news flow over the trailing 7 days, plus per-day buckets. Insider (SEC Form 4) template rows are excluded — this reflects press coverage, not filings.

get/api/symbols/{ticker}/sentiment-summary/

Path parameters

tickerstring required

Accepts the same ticker forms as the symbol detail endpoint: bare crypto names resolve to their <SYM>-USD listing (DOGEDOGE-USD; the response echoes the resolved ticker), and delisted or renamed symbols stay addressable.

Response

Sentiment counts for the window. Zeros mean a quiet week for a real listing; a ticker no symbol owns returns 404 instead.

tickerstring required
daysinteger required
totalinteger required

Articles with a sentiment call in the window.

bullishinteger required
neutralinteger required
bearishinteger required

Example response

{
  "days": 7
}