get_congressional_trades
Retrieve recent congressional stock trades from House financial disclosures, scored by conviction. Use to track cluster buying signals that historically outperform the market.
Instructions
Get recent congressional stock trades from House financial disclosures.
Congress members are required to disclose stock trades within 45 days under the STOCK Act. Academic research shows they outperform the S&P 500 by 6-12% annually. Cluster buying (multiple members buying the same stock) is especially predictive.
Data source: House Clerk PTR (Periodic Transaction Report) filings.
Args: min_score: Minimum signal score to include (default 0, higher = stronger signal) ticker_filter: Optional ticker symbol to filter for (e.g., "NVDA") limit: Maximum number of results (default 20, max 50)
Returns: JSON with congressional stock trade signals, scored by conviction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_score | No | ||
| ticker_filter | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |