Overview
The Finvera Consensus Earnings Estimates API provides point-in-time and latest consensus for EPS, revenue, and key line items across quarterly and annual periods. It’s built for developers who need clean, backtest-ready estimates for screens, models, and research dashboards—without vendor-specific quirks.
What you get
Consensus Stats: mean, median, high, low, standard deviation, coverage count.
Periods: quarterly (FQ1–FQ4) and annual (FY), rolling and fiscal-calendar views.
Point-in-Time (PIT): retrieve the consensus as it existed on a historical date (survivorship-bias safe).
Latest Snapshots: fast access to the most recent consensus.
Revisions History: day-by-day changes in consensus with
as_of
timestamps.Adjustments: GAAP / Non-GAAP EPS flags, currency and split adjustments.
Identifiers: ticker, CIK, FIGI/ISIN (when available).
Use Cases
Pre-earnings screens (rising/declining revision momentum)
Factor backtests (estimate dispersion, surprise set-ups)
Dashboards showing estimate trends vs. price
Risk checks on low-coverage names or high-dispersion periods
Endpoints
Schema
Note: Fields omitted with ...
for brevity.
Design Notes
Low Latency: sub-200ms targets via indexed time-series storage.
Developer-First JSON: consistent keys across measures and periods.
Backtest-Ready: PIT queries to avoid look-ahead bias; stable identifiers.
Quality Controls: outlier trimming options (
trim_pct
, optional z-score caps).
If you’d like, I can tailor this to your exact routing (paths, auth), add pagination notes, and include an OpenAPI snippet.