Congress Trades API
Pricing
Pay per usage
Congress Trades API
Export U.S. House and Senate STOCK Act disclosures by ticker, member, chamber, transaction type, and date into structured datasets.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Ankur Arora
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Share
Export U.S. House and Senate stock-trade disclosures into an Apify dataset. Filter official STOCK Act Periodic Transaction Reports by ticker, member, chamber, transaction type, and transaction date, then download the results as JSON, CSV, Excel, XML, or RSS.
Data is provided by the Bargo Congress Trades API, a focused REST and MCP service built from official House Clerk and Senate eFD disclosures.
This is an independent, unofficial data service. It is not affiliated with or endorsed by the U.S. House of Representatives, the U.S. Senate, or any member of Congress.
What this Actor returns
Each dataset row can include:
- Member, chamber, state, and party
- Ticker and asset description
- Purchase, sale, or exchange classification
- Disclosed transaction-value range
- Transaction and disclosure dates
- Estimated transaction price and latest tracked price
- Performance since the disclosed transaction, when available
Input
| Field | Description | Default |
|---|---|---|
ticker | One stock symbol such as NVDA | All tickers |
member | Partial member-name match such as Pelosi | All members |
chamber | all, house, or senate | all |
transactionType | all, purchase, sale, or exchange | all |
fromDate | Earliest transaction date (YYYY-MM-DD) | No lower bound |
toDate | Latest transaction date (YYYY-MM-DD) | No upper bound |
maxItems | Maximum dataset rows, up to 1,000 | 500 |
Example:
{"ticker": "NVDA","chamber": "all","transactionType": "purchase","fromDate": "2026-01-01","maxItems": 500}
Important timing caveat
This is disclosure data, not a real-time trade feed. Members of Congress may report securities transactions weeks after execution, with a legal reporting window of up to approximately 45 days. Use disclosure_date to track newly filed reports and transaction_date to understand when the reported transaction occurred.
API and data provenance
The Actor calls Bargo's Congress Trades API. The canonical REST endpoint is GET https://www.bargo.ai/free-apis/congress/v1/trades; Actor runs use Bargo's direct Cloudflare Worker route for reliable server-to-server access. Bargo normalizes U.S. House and Senate Periodic Transaction Reports, maps symbols where possible, and calculates optional price-performance fields. Missing values are omitted rather than estimated.
Every output row includes a visible link to the Bargo source page and the relevant official House or Senate filing portal.
This Actor is read-only and does not place trades. The data is informational and is not investment advice.
Privacy
The Actor requires no credentials. Input filters and output rows are stored in the Apify run's standard storages according to the retention and access settings on your Apify account.