congress.disclosures.list
ActiveTool of io.github.wikatar/arkolith
List the US House financial-disclosure filing INDEX for a year (STOCK Act). filingType 'P' = Periodic Transaction Report (stock trades). Returns one row per filing with a link to the source PDF — this is the index, NOT parsed trades. Parsed line-items (member, ticker, buy/sell, amount range) are available via congress.trades (US House live; Senate being added). Public-domain US House Clerk data.
Parameters schema
{
"type": "object",
"required": [
"year"
],
"properties": {
"name": {
"type": "string",
"description": "Filter by representative name (optional)"
},
"year": {
"type": "number",
"description": "Filing year, e.g. 2024"
},
"limit": {
"type": "number",
"description": "Max filings (default 50, max 200)"
},
"filingType": {
"type": "string",
"description": "P=Periodic Transaction Report, O=Annual, A=Amendment, C=Candidate (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.wikatar/arkolith
https://github.com/wikatar/Arkolith.com
1/7 registries