Signals. Infra
Conventions

Periods & dates

Every period-bound fact carries calendar, fiscal, and end date.

Every period-bound fact carries all three period representations:

"period": {
  "calendar": "2026Q1",
  "fiscal": "2026Q2",
  "end_date": "2026-03-28",
  "kind": "quarter"
}

kind is one of quarter, annual, ttm, ytd, instant, or forward (guidance). Quants join on calendar; models often join on fiscal.

Query parameters

ParamNotes
periodsRepeatable: periods=2026Q1&periods=2026Q2. Calendar by default.
period_basisfiscal to switch the periods filter to fiscal periods.
start_date / end_dateISO-8601 date bounds.
updated_after / updated_beforeDelta-sync: only rows changed in a window.

On this page