v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Equities Indices

US House congressional stock trades for a ticker

Certified US House member securities transactions for a ticker (STOCK Act periodic transaction reports), from the House Clerk primary source - the open equivalent of commercial congressional-trading feeds. Covers e-filed House PTRs over the current + prior year; amounts are the disclosed ranges. Senate eFD and scanned-paper House filings are out of v1 scope. A ticker that no House member disclosed trading returns 404. Refreshed monthly. Public-record aggregate, not investment advice.

get/api/v1/equities/{symbol}/congress-trades

Path parameters

symbolstring required

Company ticker symbol.

Example:AAPL

Company ticker symbol.

Response

Disclosed US House member securities transactions for the ticker - members, transaction type (purchase/sale), date and disclosed amount range - aggregated across the covered years.

Example response

{
  "data": {
    "symbol": "AAPL",
    "transactions": [
      {
        "member": "Jane Doe",
        "amount_low": "$1,001",
        "amount_high": "$15,000"
      }
    ]
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}