SocialCrawl

US Congress Trades

STOCK Act disclosures from the House and Senate: who traded, which issuer, buy or sell, disclosed value, and reporting gap

STOCK Act disclosures from the US House and Senate. Search by ticker, politician last name, party, chamber, sector, or date. Every trade row has the member, issuer, ticker, transaction type, disclosed value, dates, and reporting gap in days.

Base URL: /v1/us_congress_trades/...

Quickstart

Search recent filings

curl "https://www.socialcrawl.dev/v1/us_congress_trades/trades?ticker=NVDA&tx_type=buy&limit=20" \
  -H "x-api-key: YOUR_API_KEY"

Bare tickers such as NVDA are sent as NVDA:US. Page with cursor (or offset) from the response.

Read one politician

curl "https://www.socialcrawl.dev/v1/us_congress_trades/politician?handle=Pelosi" \
  -H "x-api-key: YOUR_API_KEY"

The summary has trade count, buy vs sell, disclosed value, and top tickers. Pass the same handle to GET /v1/us_congress_trades/politician/trades for the filings.

Rank late filers

curl "https://www.socialcrawl.dev/v1/us_congress_trades/stats/reporting-gaps?chamber=senate" \
  -H "x-api-key: YOUR_API_KEY"

Politicians are ranked by average days between the trade date and the public filing.

Endpoints

19 endpoints available.

EndpointPathCredit Tier
List members of Congress who have disclosed trades/v1/us_congress_trades/membersstandard (1cr)
Get a politician's trading summary/v1/us_congress_trades/politicianstandard (1cr)
List trades for one politician/v1/us_congress_trades/politician/tradesstandard (1cr)
List trades from a state's congressional delegation/v1/us_congress_trades/state/tradesstandard (1cr)
Dataset summary/v1/us_congress_trades/statsstandard (1cr)
Congressional buy vs sell ratio/v1/us_congress_trades/stats/buy-sellstandard (1cr)
Most-traded issuers in Congress/v1/us_congress_trades/stats/issuersstandard (1cr)
Compare trade counts by party/v1/us_congress_trades/stats/partystandard (1cr)
Most-active congressional traders/v1/us_congress_trades/stats/politiciansstandard (1cr)
Politicians ranked by late STOCK Act filings/v1/us_congress_trades/stats/reporting-gapsstandard (1cr)
Trade counts by industry sector/v1/us_congress_trades/stats/sectorsstandard (1cr)
Most-traded tickers in Congress/v1/us_congress_trades/stats/tickersstandard (1cr)
Tickers with unusual congressional activity/v1/us_congress_trades/stats/unusualstandard (1cr)
Congressional trade volume over time/v1/us_congress_trades/stats/volumestandard (1cr)
Get congressional trading stats for a ticker/v1/us_congress_trades/tickerstandard (1cr)
List congressional trades for a ticker/v1/us_congress_trades/ticker/tradesstandard (1cr)
Search US Congress stock trades/v1/us_congress_trades/tradesstandard (1cr)
Latest US Congress trades (48 hours)/v1/us_congress_trades/trades/lateststandard (1cr)
Recent US Congress trades (7 days)/v1/us_congress_trades/trades/recentstandard (1cr)

Notes

  • All endpoints use GET with query parameters
  • Authentication via x-api-key header
  • Every path costs 1 credit. Cache hits cost 0. Empty lists and missing politicians are refunded
  • handle is the last name (Pelosi, Tuberville). keyword is the ticker (AAPL or AAPL:US)