ToolAssay

Recent stock trades disclosed by US members of Congress under the STOCK Act, par

Recent stock trades disclosed by US members of Congress under the STOCK Act, parsed live from official House and Senate Periodic Transaction Reports: per trade the member, chamber, ticker, asset, buy/sell type, date, and disclosed dollar range. ?chamber=house|senate|both, ?ticker=AAPL, ?limit= recent filings per chamber (max 20). From US House & Senate. From x402stock

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.03listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402stock.xyz/api/v1/congress-trades

CategoryMarket data
Provider hostx402stock.xyz
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days8 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "chamber": "house",
    "limit": 7
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "chamber": {
              "default": "house",
              "enum": [
                "house",
                "senate",
                "both"
              ],
              "type": "string"
            },
            "limit": {
              "default": 7,
              "exclusiveMinimum": 0,
              "maximum": 20,
              "type": "integer"
            },
            "ticker": {
              "maxLength": 10,
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "limit",
            "chamber"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "as_of": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "chamber": {
              "enum": [
                "house",
                "senate",
                "both"
              ],
              "type": "string"
            },
            "disclosure": {
              "type": "string"
            },
            "source": {
              "enum": [
                "us_house",
                "us_senate",
                "us_congress"
              ],
              "type": "string"
            },
            "trade_count": {
              "type": "number"
            },
            "trades": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "amount_max": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "amount_min": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "amount_range": {
                    "type": "string"
                  },
                  "asset": {
                    "type": "string"
                  },
                  "asset_type": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "chamber": {
                    "enum": [
                      "house",
                      "senate"
                    ],
                    "type": "string"
                  },
                  "district": {
                    "type": "string"
                  },
                  "doc_id": {
                    "type": "string"
                  },
                  "filing_date": {
                    "type": "string"
                  },
                  "member": {
                    "type": "string"
                  },
                  "notification_date": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "owner": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "pdf_url": {
                    "type": "string"
                  },
                  "state": {
                    "type": "string"
                  },
                  "ticker": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "transaction_code": {
                    "type": "string"
                  },
                  "transaction_date": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "transaction_type": {
                    "type": "string"
                  }
                },
                "required": [
                  "chamber",
                  "member",
                  "state",
                  "district",
                  "filing_date",
                  "doc_id",
                  "pdf_url",
                  "asset",
                  "ticker",
                  "asset_type",
                  "owner",
                  "transaction_type",
                  "transaction_code",
                  "transaction_date",
                  "notification_da

This page as JSON