Disclosed CapitolDisclosedCapitol
Home
Plans
Chad AI
API
Sign InGet Pro

Never Miss a Trade

Get weekly trade alerts free.

Explore

  • Politician Trades
  • Politicians
  • Companies
  • Wealth Rankings
  • Leaderboard
  • Compare Politicians
  • Committee Portfolios
  • Chad AI

Money & Policy

  • Government Contracts
  • Lobbying
  • Legislation
  • Campaign Finance
  • Institutional (13F)
  • Whale Watch (13D)

Markets

  • Markets Overview
  • Top Companies
  • Insider Trends
  • Economic Indicators
  • Live News

Resources

  • API Access
  • Data Export
  • Glossary
  • Methodology
  • Data Sources
  • How It Works

Company

  • About Us
  • Press
  • FAQ
  • Pricing
  • Contact
  • Watchlist

Legal

  • Editorial Standards
  • Corrections
  • Disclaimers
  • Privacy
  • Terms
© 2026 Disclosed Capitol. All rights reserved.
TermsPrivacyDisclaimer
HomeTrades
Chad
WatchlistAccount

You've explored 50+ pages. Create a free account for unlimited access.

Sign Up Free

The Congressional Trading API

Program your own congressional trade tracker. Query real-time STOCK Act disclosures — by member, ticker, committee, or date — as clean JSON.

Get an API keySee the endpoints

What you can build

  • A real-time alert pipeline triggered by new STOCK Act filings.
  • Backtests of consensus picks — what would $10K have done if it followed every member of Congress who bought $NVDA above a confidence threshold?
  • A custom dashboard that surfaces committee portfolios alongside your own holdings.
  • Newsletter automation that pulls the latest disclosed trades for a watchlist of tickers or members and emails subscribers when something hits.
  • Research tooling for journalists, analysts, or fund operators that needs structured access to the raw filings without scraping the House and Senate disclosure portals.

Endpoints

Base URL: https://api.disclosedcapitol.com

GET/politicians

List every tracked member of Congress with party, state, chamber, and aggregate trading stats.

GET/politicians/{id}/trades

All disclosed trades for a single member, including ticker, amount range, transaction date, and disclosure date.

GET/tickers/{symbol}/trades

All congressional trades for a single ticker, across every member of Congress.

GET/tickers/{symbol}/summary

Aggregate stats for a ticker: total trades, unique politicians, buy/sell ratio, average 30-day alpha vs. the S&P 500.

GET/committees/{code}/portfolio

Aggregate holdings + performance for a single congressional committee (e.g. House Armed Services).

GET/trades/recent

Most recently disclosed STOCK Act trades, ordered by disclosure date. Useful for backfilling and live alerts.

Example request

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.disclosedcapitol.com/tickers/NVDA/trades?limit=5"

Example response (truncated)

{
  "ticker": "NVDA",
  "total": 423,
  "trades": [
    {
      "id": 184211,
      "politician_id": 47,
      "politician_name": "Nancy Pelosi",
      "party": "D",
      "state": "CA",
      "chamber": "House",
      "trade_type": "Purchase",
      "amount_range": "$1,000,001 - $5,000,000",
      "transaction_date": "2026-05-14",
      "disclosure_date": "2026-05-28",
      "gain_30d": 8.41,
      "alpha_30d": 6.92
    }
    /* … */
  ]
}

Pricing

Free

Hobby projects, exploration.

  • Recent 90 days of trades
  • Reasonable rate limits
  • Community support

Pro

Production apps + research.

  • Full historical coverage
  • Higher rate limits
  • Email + Discord support
  • Chad AI included

Enterprise

High volume + SLA.

  • Custom rate limits
  • SLA + dedicated support
  • Custom integrations
Contact us

Frequently asked questions

What does the Disclosed Capitol API give me access to?
Real-time disclosed congressional stock trades sourced from official U.S. House and Senate STOCK Act filings (PTRs and annual reports), structured as clean JSON. Endpoints cover per-member, per-ticker, per-committee, and recent-trades views.
Is there a free tier?
Yes. The free tier covers exploratory use and small projects. Pro adds higher rate limits, full historical coverage, and SLA. See pricing on the signup page.
How fresh is the data?
Disclosed Capitol ingests new STOCK Act filings on a continuous schedule throughout each trading day. Once a filing is parsed and verified, it's available through the API within minutes.
Can I redistribute or republish the data?
Underlying STOCK Act filings are public-record U.S. government disclosures. Disclosed Capitol's value-add (parsing, normalization, performance metrics, AI analysis) is licensed under the terms posted at /terms — attribution required for republishing aggregated outputs.
How do I get an API key?
Sign up for a free account and generate a key from the Account → API Keys panel. Pass it as a Bearer token in the Authorization header.

Powered by Disclosed Capitol

Free attribution: link back to disclosedcapitol.com when republishing aggregated outputs.

Sign up free