← Finanzas y divisas

Operaciones bursátiles de la Cámara

GET /congress/house

Acceda a recent US House of Representatives stock trading disclosures as required by the STOCK Act. Devuelve representative names, stock tickers, transaction types, and reported dollar ranges. Filtre by specific stock ticker or representative name. Útil para tracking congressional insider trading activity, crear political accountability dashboards, and comparing House trading patterns to market movements.

Parametros

ticker opcional

Filter by stock ticker

name opcional

Filter by representative name

Ejemplos de solicitudes

Uso basico
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"

Respuesta en vivo

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

Ejemplo de respuesta

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