Floor item detail
/api/v1/public/floor-intelligence/items/:billIdFull market-impact detail for one upcoming floor item, including its predicted vote window, affected sectors, verified affected tickers (each with a verbatim bill-text evidence quote), the sponsor's disclosed STOCK Act trades matched to those tickers/sectors (sponsorTradeFacts), key dates, status history (e.g. a "pulled" bill means leadership lost the votes), and a trade-facts disclaimer that must be displayed whenever trade facts exist. Sponsor trade facts are restatements of public disclosures and always carry BOTH the transaction date and the disclosure date (disclosures lag trades by up to 45 days) — cite both together and never present a fact as evidence of wrongdoing.
Parameters
Path
Bill key in `<congress>-<type>-<number>` form (e.g. '119-hr-3633') — the `billKey` field from the items list. NOT a stock ticker.
Code example
curl -X GET 'https://api.signal8.ai/api/v1/public/floor-intelligence/items/' \
-H "X-Api-Key: $SIGNAL8_API_KEY"Request URL
fix parameters to runhttps://api.signal8.ai/api/v1/public/floor-intelligence/items/{
"data": {
"billKey": "119-hr-3633",
"itemKind": "bill",
"title": "Critical Minerals Supply Chain Security Act",
"chamber": "house",
"considerationProcedure": "suspension",
"status": "scheduled",
"window": {
"start": "2026-06-18T00:00:00.000Z",
"end": "2026-06-18T23:59:59.000Z",
"granularity": "day",
"confidence": 0.8,
"provenance": "weekly_schedule"
},
"marketRelevance": "high",
"significance": 4,
"tweetSummary": "House suspension-calendar bill directs federal stockpiling of rare-earth and lithium supply, a tailwind for domestic critical-minerals miners.",
"plainSummary": "The bill directs the Department of Energy to expand strategic stockpiles of rare-earth elements and battery-grade lithium and to prioritize permitting for domestic processing facilities.",
"affectedSectors": [
{
"label": "Metals & Mining",
"sector": "Materials",
"direction": "benefited",
"mechanism": "Federal stockpiling and permitting priority for domestic rare-earth and lithium producers."
}
],
"affectedTickers": [
{
"ticker": "MP",
"direction": "benefited",
"confidence": "high",
"evidenceQuote": "expand the strategic stockpile of rare earth elements mined or processed within the United States"
}
],
"passOutlook": {
"stage": "floor-passage",
"rationale": "Suspension-calendar bills require a two-thirds majority and almost always pass.",
"assessment": "likely"
},
"controversyScore": 1,
"isMegaBill": false,
"textVerified": true,
"conflictBadge": true,
"sponsor": {
"bioguideId": "K000389",
"name": "Sample Member",
"party": "R",
"state": "TX"
},
"eventType": null,
"eventEvidence": null,
"nomineePosition": null,
"sponsorTradeFacts": [
{
"politician": {
"bioguideId": "K000389",
"name": "Sample Member"
},
"role": "sponsor",
"ticker": "MP",
"transactionType": "purchase",
"amountBracket": "$15,001 - $50,000",
"transactionDate": "2026-05-21",
"disclosureDate": "2026-06-09",
"source": "STOCK Act periodic transaction report",
"ownerLabel": "self",
"matchBasis": "ticker"
}
],
"tradeFactsDisclaimer": "Trade facts are restatements of public STOCK Act disclosures and are not evidence of wrongdoing. Both the transaction date and the disclosure date are shown because disclosures may lag trades by up to 45 days.",
"keyDates": {
"introduced": "2026-04-14",
"scheduledFloor": "2026-06-18"
},
"unlistedEntities": [],
"statusHistory": [
{
"fromStatus": "introduced",
"toStatus": "scheduled",
"trigger": "weekly_schedule_release",
"observedAt": "2026-06-13T18:02:00.000Z"
}
]
}
}