Skip to content

KB / api

GET /api/v1/company/{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/company/{ticker}

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

Description

Entity header for the company dashboard.

Returns name, sector, industry, entity facts, and the families_ready map that the dashboard uses to decide which panels to render.

404 when the ticker has not been scaffolded into co_entity.

Parameters

InNameTypeDefaultDescription
pathtickerstrPydanticUndefined

Curl

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