Telemetry Snapshot (legacy)
Get daily market telemetry for a given report date (legacy field-selection endpoint).
Prefer the focused sub-endpoints:
GET /telemetry/summary— regime, signals, divergences (~2KB)GET /telemetry/baskets— thematic baskets with filtersGET /telemetry/macro— per-market macro breakdownGET /telemetry/factor— factor lens
Default fields (~60KB): regime_tag, raw_tape, metadata, signals, markets, commentary, divergences
Large fields (opt-in): baskets (~800KB), factor_view (~1.47MB)
Dot notation for commentary sub-fields:
commentary.headline, commentary.mechanism, commentary.paragraphs,
commentary.narrative_text, commentary.market_notes, commentary.model,
commentary.generated_at, commentary.compliance_violations
Dot notation for factor_view sub-fields:
factor_view.factors, factor_view.commentary, factor_view.split_methods,
factor_view.portfolios (~107KB), factor_view.timeseries (~592KB), factor_view.correlations (~767KB)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Report date (YYYY-MM-DD). Defaults to most recent available.
"2024-01-01"
Fields to return. Omit for default set (excludes baskets, factor_view). See endpoint description for full list.
Response
Successful Response