# Senate Stock Trades to JSON — STOCK Act Disclosure Feed

**Use case:** 

Pull U.S. Senator stock trades as clean, deduplicated JSON. Fetches Periodic Transaction Reports straight from the Senate EFD system — no aggregators, no subscr

## Input

```json
{
  "fetchDaysBack": 30,
  "debugPtrLimit": 0
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "politician": {
    "label": "Politician",
    "format": "string"
  },
  "transaction_date": {
    "label": "Transaction date",
    "format": "string"
  },
  "filing_date": {
    "label": "Filing date",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "asset_name": {
    "label": "Asset name",
    "format": "string"
  },
  "asset_type": {
    "label": "Asset type",
    "format": "string"
  },
  "type": {
    "label": "Trade type",
    "format": "string"
  },
  "amount_min": {
    "label": "Amount lower bound",
    "format": "integer"
  },
  "amount_max": {
    "label": "Amount upper bound",
    "format": "integer"
  },
  "owner": {
    "label": "Owner",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🏛️ U.S. Senate Congress Trade Tracker](https://apify.com/seralifatih/congress-trading-pipeline) with a specific input configuration. Visit the [Actor detail page](https://apify.com/seralifatih/congress-trading-pipeline) to learn more, explore other use cases, and run it yourself.