GET /api/v1/screener/candidates/{ticker}
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/screener/candidates/{ticker}
Handler: app.screener.routes.get_screener_candidate_detail
Methods: GET
Description
Single-ticker candidacy detail + lifecycle history.
Returns two sub-lists:
active_rowsβ current active candidacies (statusneworpersisting) across all archetypes for this ticker.historyβ the full lifecycle history across ALL archetypes, newest first, up tohistory_limitrows total.
Returns HTTP 404 when the ticker has no history in screener_candidates.
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| path | ticker |
str |
PydanticUndefined |
|
| query | history_limit |
int |
60 |
Maximum history rows per archetype. |
Curl
curl -s https://bigclawd.com/api/v1/screener/candidates/{ticker}