GET /api/v1/company/watchlist/changes
Last verified
Auto-generated. This article is rebuilt from FastAPI route introspection by
scripts/build_api_kb.py. Edit the route docstring inapp/and re-run the script β do not edit this file directly.
GET /api/v1/company/watchlist/changes
Handler: app.company.routes.get_watchlist_changes
Methods: GET
Description
Daily βwhat moved on your watchlist since yesterdayβ digest.
Compares todayβs per-name band state against the prior trading day for every pinned watchlist name and returns a structured list of band crossings and label flips.
Three per-name bands are tracked (Tier 7.4 classifiers, reused not duplicated):
drawdown_bandβ co_drawdown_predictions.bandcluster_downβ analyst-cluster verdict from screener_candidates.dislocationoversold_crossβ RSI band from co_price_daily.rsi_14
A name with no prior-day data returns an empty changes list
(honest β no fabricated crossings; DOCTRINE P0 abstain-on-missing).
total_changes == 0 means nothing moved today across the full
watchlist.
Curl
curl -s https://bigclawd.com/api/v1/company/watchlist/changes