GET /congress/house
Access recent US House of Representatives stock trading disclosures as required by the STOCK Act. Returns representative names, stock tickers, transaction types, and reported dollar ranges. Filter by specific stock ticker or representative name. Useful for tracking congressional insider trading activity, building political accountability dashboards, and comparing House trading patterns to market movements.
ticker
optional
Filter by stock ticker
name
optional
Filter by representative name
| Name | Required | Default | Description |
|---|---|---|---|
ticker |
No | - | Filter by stock ticker |
name |
No | - | Filter by representative name |
curl https://nordapi.ee/api/v1/congress/house
curl https://nordapi.ee/api/v1/congress/house
curl "https://nordapi.ee/api/v1/congress/house?ticker=MSFT"
curl "https://nordapi.ee/api/v1/congress/house?ticker=TSLA"
HTTP 502: {
"error": "API returned 403",
"success": false
}
{"success":true,"source":"house","data":[{"name":"Rep. Jones","ticker":"MSFT","amount":"$15,001 - $50,000"}]}