chanalyse πŸ• snapshot 2026-06-18 06:32 UTC Β· refreshes ~3h

πŸ“ˆ Market-intelligence signals

What this is & how to consume it

A GDELT-style sentiment + buzz feed over every company, ticker, crypto and commodity mentioned across the scraped boards. For each entity we compute, per time-window:

  • tone (βˆ’100…+100) β€” VADER sentiment of the discussion, mapped to a bullish/bearish axis.
  • mention volume + a z-score vs the entity's own baseline (abnormal-attention signal).
  • tone momentum β€” is the mood improving or souring.
  • tone dispersion β€” how contested the mood is (high = a fight).
  • buzz_index (0–100) and a composite signal label, with a confidence.

⚠️ This is anonymous imageboard chatter β€” noisy, manipulable, and NOT financial advice. Treat it as one weak, contrarian-leaning sentiment input, weighted by the confidence and tone_dispersion fields.

Window: 24h 7d 30d Board: export: ⬇ CSV ⬇ JSON

🟒 Most bullish (positive tone)

EntityCatToneBuzznsrc

πŸ”΄ Most bearish (negative tone)

EntityCatToneBuzznsrc

πŸ”₯ Highest buzz (composite heat)

EntityCatBuzzSignalzsrc

πŸ“‘ Volume spikes (abnormal attention)

EntityCatz-scoreToneSignalsrc

πŸ”Ž Inspect an entity timeline

πŸ“Š Mentions over time

Mention count per time bucket (bars). Spikes = abnormal attention.

πŸ“ˆ Sentiment over time

Average tone per time bucket (βˆ’100 bearish … +100 bullish); the dashed line is the neutral zero baseline.

πŸ”Œ API β€” for trading bots / notebooks

Stable JSON, no auth, CORS-friendly. window accepts 24h, 7d, 30d or any <N>h/<N>d.

EndpointWhat you get
GET /api/v1/signals?window=24h&category=cryptoRanked scan of all market entities (lean snapshot, no series).
GET /api/v1/signals/summary?window=24hLeaderboards: most bullish / bearish / buzz / volume-spikes.
GET /api/v1/signals/{entity}?window=7dOne entity, full timeline (volume_series + tone_series).

Each signal object carries: tone_avg, mention_zscore, tone_momentum, tone_dispersion, buzz_index, signal, confidence, boards. Example: /api/v1/signals/bitcoin?window=30d