Skip to main content

tracer.options.gex#

Per-strike gamma exposure from /api/v1/options/gex/{underlying}.

SYNTAX#

tracer.options.gex: SourceHandle  // Per-strike gamma exposure (snapshot)

ARGUMENTS#

  • opts.underlying (string) — Underlying ticker (default 'spy').

RETURNS#

GenericSnapshotSourceData with payload: per-strike GEX rows.

EXAMPLE#

const gex = tracer.options.gex;
// Or: source("options-gex", { underlying: "qqq" })