# Track Congress trades in Microsoft stock

**Use case:** 

See every US Congress trade in Microsoft (MSFT) stock. Each record returns the member, chamber, transaction type, amount range, and filing dates.

## Input

```json
{
  "First_Name": "Nancy",
  "Last_Name": "Pelosi",
  "Date_Reported": "",
  "Start_Date": "2023-01-01",
  "End_Date": "2026-06-10",
  "Stock_Symbol": "MSFT",
  "Max_Results": 1000
}
```

## Output

```json
{
  "Last_Name": {
    "label": "Last Name"
  },
  "First_Name": {
    "label": "First Name"
  },
  "House": {
    "label": "Chamber"
  },
  "State_District": {
    "label": "State / District"
  },
  "Transaction_Type": {
    "label": "Type"
  },
  "Ticker": {
    "label": "Ticker"
  },
  "Asset": {
    "label": "Asset"
  },
  "Amount_Range": {
    "label": "Amount"
  },
  "Date": {
    "label": "Transaction Date"
  },
  "Notification_Date": {
    "label": "Reported"
  }
}
```

## About this Actor

This example demonstrates how to use [Congress Financial Disclosures & Stock Trades](https://apify.com/johnvc/us-congress-financial-disclosures-and-stock-trading-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/us-congress-financial-disclosures-and-stock-trading-data) to learn more, explore other use cases, and run it yourself.