Bargo Congress Trades API · Example Payload

Bargo Congress Trades Api List Trades By Ticker Example

congressfinancestocksgovernmentstock-actmcpcongressional-tradingfinancial-disclosuremarket-datapublic-datafree-apiopen-data

Bargo Congress Trades Api List Trades By Ticker Example is an example object payload from Bargo Congress Trades API, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tradespagelimitcount

Example Payload

Raw ↑
{
  "trades": [
    {
      "member": "Hon. Jane Doe",
      "member_slug": "hon-jane-doe",
      "chamber": "house",
      "state": "CA",
      "ticker": "NVDA",
      "asset": "NVIDIA Corporation",
      "type": "purchase",
      "amount_range": "$1,001 - $15,000",
      "transaction_date": "2026-05-12",
      "disclosure_date": "2026-06-02",
      "est_price": 118.40,
      "recent_price": 192.71,
      "perf_pct": 62.8,
      "outcome": "winner",
      "filing_portal": "https://disclosures-clerk.house.gov/FinancialDisclosure"
    }
  ],
  "page": 0,
  "limit": 2,
  "count": 2
}