# Nancy Pelosi Recent Stock Trades (House Disclosures)

**Use case:** 

Track Nancy Pelosi's recent stock trades from official US House disclosures: tickers, buy/sell, size and dates, cored by impact. Updated regularly.

## Input

```json
{
  "members": [
    "Pelosi"
  ],
  "sinceDays": 180,
  "maxFilings": 8,
  "minImpact": 0
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "query": {
    "label": "Query"
  },
  "member": {
    "label": "Member"
  },
  "trades_found": {
    "label": "# Trades"
  },
  "est_total_value": {
    "label": "Est. value ($)"
  },
  "buy_count": {
    "label": "# Buys"
  },
  "sell_count": {
    "label": "# Sells"
  },
  "trades": {
    "label": "Trades"
  }
}
```

## About this Actor

This example demonstrates how to use [US Congress Trading Monitor - House Member Trade Signals](https://apify.com/datasignalslab/congress-trading-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/congress-trading-monitor) to learn more, explore other use cases, and run it yourself.