Skip to content

KB/api

GET /api/v1/screener/board-track-record

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/screener/board-track-record

Handler: app.screener.routes.get_board_track_record
Methods: GET

Description

Board-pick track record β€” grades the board’s ACTUALLY-SURFACED picks.

Reads screener_board_picks (populated by each screener run snapshot), fetches universe price bars and SPY closes, then aggregates:

Cold-start (forward-only)

Board weights + regime tilt are calibration-state at snapshot time and cannot be reconstructed historically. Picks accrue FORWARD from deploy; the first graded results appear after 5-10 trading days. While warming_up is True the byline must render β€œbuilding” β€” never display a fabricated track record.

PUBLIC β€” market data only (no PII, no per-account data). Degrade-honest per DOCTRINE P0: any internal error returns HTTP 200 with an empty-but-valid payload, never HTTP 500.

Curl

curl -s https://bigclawd.com/api/v1/screener/board-track-record