← Finanzen & Währung

Aktienhandel des Repräsentantenhauses

GET /congress/house

Zugriff auf aktuelle US House of Representatives stock trading disclosures as required by the STOCK Act. Liefert representative names, stock tickers, transaction types, und reported dollar ranges. Filtern Sie by specific stock ticker oder representative name. Nützlich für tracking congressional insider trading activity, building political accountability dashboards, und comparing House trading patterns to market movements.

Parameter

ticker optional

Filter by stock ticker

name optional

Filter by representative name

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/congress/house
All recent House trades
curl https://nordapi.ee/api/v1/congress/house
House trades for Microsoft stock
curl "https://nordapi.ee/api/v1/congress/house?ticker=MSFT"
House trades for Tesla
curl "https://nordapi.ee/api/v1/congress/house?ticker=TSLA"

Live-Antwort

HTTP 502: {
  "error": "API returned 403",
  "success": false
}

Beispielantwort

{"success":true,"source":"house","data":[{"name":"Rep. Jones","ticker":"MSFT","amount":"$15,001 - $50,000"}]}