Get caliber market snapshot
get_market_snapshotCaliber-level price distribution (median, p25, p75, min, max) over a rolling window. Purely descriptive statistics with methodology and sample counts; never a forecast or recommendation. Returns error_v1 NOT_FOUND when no snapshot exists for the caliber/window. When extremaSuppressedByPolicy is true, min, max and both segments.*.min / segments.*.max are null BY POLICY rather than for lack of data: that caliber's published extremes are withheld pending revalidation. The median, quartiles, p95, segment medians and counts remain valid and complete — p95 is a percentile over the whole window rather than a single observation, so it is not withheld. Do not infer or substitute a floor for those calibers, and do not treat p95 as a stand-in for the withheld max. This is distinct from dataStatus: "INSUFFICIENT_DATA", which means the sample was too thin to compute anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caliber | Yes | Canonical caliber, e.g. "9mm". | |
| windowDays | No | Rolling window in days. 7 or 30; defaults to 30. |