---
title: "Get Trade Summary"
method: GET
path: "/trades/{ticker}/summary"
tags: ["Trades"]
---

# Get Trade Summary

`GET /trades/{ticker}/summary`

AI trend analysis for a ticker based on congressional trade disclosures.

Returns the same trade payload as ``/trades/{ticker}`` plus an ``ai_analysis`` key:

- **sentiment** – "bullish", "bearish", or "mixed" (derived from buy/sell ratio)
- **summary** – 2–3 sentence narrative of the trading trend
- **notable_patterns** – any notable clustering, divergence, or concentration in the data
- **stats** – objective counts computed server-side (total, buys, sells, unique members, date range)

Analysis is grounded strictly in the disclosed filing data — no speculation about the company.
Returns HTTP 503 if the ANTHROPIC_API_KEY environment variable is not set.
Requires a valid Pro API key — returns HTTP 401 for unauthenticated requests.

## Path parameters

- `ticker` string, required

## Query parameters

- `chamber` string, nullable — Filter by chamber: Senate or House
- `limit` integer

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/congressinvests/apis/congressinvests-api.md) · [All operations](https://skmtc.dev/congressinvests/apis/congressinvests-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/congressinvests/congressinvests-api/revisions/d50770dec0e9/schema)
