Disclosed CapitolDisclosedCapitol
Home
Plans
Chad AI
API
Sign InGet Pro

Never Miss a Trade

Get weekly trade alerts free.

Explore

  • Politician Trades
  • Politicians
  • Companies
  • All Stocks A–Z
  • 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
  • Developers
  • Data Export
  • Glossary
  • Methodology
  • Data Sources
  • How It Works

Company

  • About Us
  • Press
  • FAQ
  • Pricing
  • vs. Capitol Trades
  • Contact
  • Watchlist

Legal

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

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

Comparing tools? See Disclosed Capitol vs. Capitol Trades and vs. QuiverQuant — both cover whether each has a developer API.

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.
Is there a congressional trading API for congress stock trades?
Yes — the Disclosed Capitol API is a congressional trading API. It returns disclosed congress stock trades as JSON: query by member of Congress, by ticker, by committee, or pull the most recent filings. Each trade includes the transaction type, ticker, amount range, transaction date, and disclosure date, sourced from official STOCK Act filings. Start on the free tier at /developers.
Can I get politician stock trades through the API?
Yes. GET /politicians lists every tracked member with aggregate stats, and GET /politicians/{id}/trades returns that politician's full disclosed stock-trade history. Per-member performance fields (CAGR, alpha vs. the S&P 500) are included where enough enriched trades exist.
Does the API include both Senate and House trading data?
Yes — coverage spans both chambers. Every endpoint includes U.S. Senate and U.S. House STOCK Act disclosures (and executive-branch filers where available), so a single API key covers House trading data, Senate trading data, and cross-chamber views by ticker or committee.

Powered by Disclosed Capitol

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

Sign up free