Contract
{
"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
}{
"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.
| Charge | Rate |
|---|---|
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
