Skip to content

KB / api

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

Returns HTTP 404 when the ticker has no history in screener_candidates.

Parameters

InNameTypeDefaultDescription
pathtickerstrPydanticUndefined
queryhistory_limitint60Maximum history rows per archetype.

Curl

curl -s https://bigclawd.com/api/v1/screener/candidates/{ticker}