Skip to content

KB/api

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

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}/options

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

Description

Options and implied-vol panel for the company dashboard.

Returns the latest co_options_daily row plus a trailing history window for IV rank, ATM IV, implied move, skew, term structure, OI and OI velocity sparklines.

404 when the ticker has not been scaffolded. 200 with null latest and empty history when the ticker is known but no options data exists yet.

Parameters

In Name Type Default Description
path ticker str PydanticUndefined
query history_limit int 60 Number of trading days to include in history (newest-first). Default 60.

Curl

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