Skip to content

KB/api

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 in app/ 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):

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