Skip to content

KB/api

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

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

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

Description

Earnings history for the company dashboard.

Returns the last limit earnings events from co_earnings_events, newest report_date first. Each row includes the EPS beat/miss, and post-print price reactions at 1d / 3d / 5d / 10d horizons.

404 when the ticker has not been scaffolded. 200 with empty rows when the ticker is known but no earnings data exists yet.

Parameters

In Name Type Default Description
path ticker str PydanticUndefined
query limit int 12 Number of quarterly prints to return (newest-first). Default 12.

Curl

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