GET /api/v1/company/watchlist
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
Handler: app.company.routes.get_watchlist
Methods: GET
Description
Pinned watchlist companies from co_entity, sorted by ticker.
Phase C: only rows with is_pinned = 1 are returned. Hidden-S3 names
(is_pinned=0) still exist in co_entity and collect deep+intraday data
while S2-active, but are not surfaced in the Nav dropdown.
Used by the Nav dropdown. Returns an empty list when nothing is pinned.
Curl
curl -s https://bigclawd.com/api/v1/company/watchlist