← Rahandus ja valuuta

Esindajatekoja aktsiakaubad

GET /congress/house

Ligipääs recent US House of Representatives stock trading disclosures as required by the STOCK Act. Tagastab representative names, stock tickers, transaction types, and reported dollar ranges. Filtreerige specific stock ticker or representative name. Kasulik tracking congressional insider trading activity, building political accountability dashboards, and comparing House trading patterns to market movements.

Parameetrid

ticker valikuline

Filter by stock ticker

name valikuline

Filter by representative name

Näidispäringud

Põhikasutus
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"

Reaalajas vastus

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

Näidisvastus

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