Skip to content
Eden Engine

US Congress Stock Trade Disclosures (by Ticker, Politician, Chamber, or Date)

omnial/congress-trades

Given an optional stock ticker, chamber, date range, politician name, or transaction type, returns US House and Senate stock trade disclosures filed under the STOCK Act: one entry per disclosed trade with the politician, chamber, party, state, asset, transaction type, disclosed dollar range, and filing dates -- an empty list when nothing matches.

activeper callv1
Provider
Web & Business Data Network
Category
insider-trading
Provider price
$0.075075 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "anyOf": [
    {
      "required": [
        "ticker"
      ]
    },
    {
      "required": [
        "chamber"
      ]
    },
    {
      "required": [
        "dateRange"
      ]
    },
    {
      "required": [
        "politician"
      ]
    },
    {
      "required": [
        "type"
      ]
    }
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "transaction type substring e.g. purchase|sale"
    },
    "ticker": {
      "type": "string",
      "description": "stock ticker, exact"
    },
    "chamber": {
      "enum": [
        "house",
        "senate"
      ],
      "type": "string"
    },
    "maxItems": {
      "type": "string",
      "default": "50"
    },
    "dateRange": {
      "type": "string",
      "description": "YYYY-MM-DD..YYYY-MM-DD on transaction date"
    },
    "politician": {
      "type": "string",
      "description": "filer name substring"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "required": [
    "count",
    "items"
  ],
  "properties": {
    "count": {
      "type": "integer",
      "description": "Number of disclosed trades in `items` for this call, 0 when none match."
    },
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "type",
          "transactionDate",
          "filingDate",
          "politician",
          "ticker",
          "assetName",
          "transactionType",
          "amountRange",
          "amountLow",
          "amountHigh",
          "daysToFile",
          "isLate",
          "filingType"
        ],
        "properties": {
          "type": {
            "type": "string",
            "description": "Literal 'congress_trade' on every entry observed."
          },
          "owner": {
            "type": [
              "string",
              "null"
            ],
            "description": "Who within the filer's household holds the asset when disclosed (e.g. 'SP' spouse, 'DC' dependent child, 'Self'); null on several real entries observed."
          },
          "party": {
            "type": [
              "string",
              "null"
            ],
            "description": "'D' or 'R' when disclosed; null on several real entries observed."
          },
          "state": {
            "type": [
              "string",
              "null"
            ],
            "description": "Two-letter US state code when disclosed; null on several real entries observed."
          },
          "isLate": {
            "type": "boolean",
            "description": "Whether the filing missed the STOCK Act's disclosure deadline."
          },
          "office": {
            "type": [
              "string",
              "null"
            ],
            "description": "Free-text office/title and district when disclosed (e.g. 'U.S. Representative · CA-17', or 'President'); null on several real entries observed."
          },
          "ticker": {
            "type": "string",
            "description": "The traded security's ticker symbol."
          },
          "chamber": {
            "type": [
              "string",
              "null"
            ],
            "description": "'house' or 'senate' for a member of Congress; null for a non-Congress filer under the same disclosure regime (e.g. the President, per a 278-T filing type)."
          },
          "comment": {
            "type": [
              "string",
              "null"
            ],
            "description": "Free-text filer remarks when present (e.g. holding-account notes); null on most real entries observed."
          },
          "amountLow": {
            "type": "number",
            "description": "The low end of `amountRange`, as a number."
          },
          "assetName": {
            "type": "string",
            "description": "The traded security's name, as filed."
          },
          "assetType": {
            "type": [
              "string",
              "null"
            ],
            "description": "e.g. 'ST' or 'Stock' when disclosed; null on several real entries observed."
          },
          "amountHigh": {
            "type": "number",
            "description": "The high end of `amountRange`, as a number."
          },
          "daysToFile": {
            "type": "number",
            "description": "Days between transactionDate and filingDate."
          },
          "filingDate": {
            "type": "string",
            "description": "YYYY-MM-DD, when the disclosure was filed."
          },
          "filingType": {
            "type": "string",
            "description": "e.g. 'PTR' (periodic transaction report) or '278-T'."
          },
          "politician": {
            "type": "string",
            "description": "The filer's full name, as disclosed under the STOCK Act."
          },
          "amountRange": {
            "type": "string",
            "description": "The disclosed dollar range as filed, e.g. '$1,001 - $15,000'."
          },
          "transactionDate": {
            "type": "string",
            "description": "YYYY-MM-DD, the trade's actual date."
          },
          "transactionType": {
            "type": "string",
            "description": "e.g. 'Purchase'; matches the `type` input filter's own vocabulary."
          }
        },
        "additionalProperties": false
      },
      "description": "One entry per disclosed trade, newest transactionDate first on the real fixture observed; empty when no trade matches the given filters."
    }
  },
  "description": "The disclosure record, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": false
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.075075
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 15, 2026