Skip to content

KB / api

GET /api/v1/company/{ticker}/price

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/{ticker}/price

Handler: app.company.routes.get_company_price
Methods: GET

Description

Price and technicals panel for the company dashboard.

Returns the last limit rows from co_price_daily, newest-first. Each row carries the full computed technicals set (RSI, SMAs, realized vol, ATR, beta, 52w extremes, log returns).

404 when the ticker has not been scaffolded. 200 with empty rows when the ticker is known but the price family is not yet ready (i.e. the scaffold ran the entity step but not the price backfill yet).

Parameters

InNameTypeDefaultDescription
pathtickerstrPydanticUndefined
querylimitint252Number of trading days to return (newest-first). Default 252 ≈ 1 trading year.

Curl

curl -s https://bigclawd.com/api/v1/company/{ticker}/price