home / openregs

stock_trades

Congressional stock trading disclosures from 100% government sources. Senate: efdsearch.senate.gov (15,000+ transactions, 2012-present). House: disclosures-clerk.house.gov PTR PDFs parsed for transaction-level data (tickers, amounts, buy/sell). 64,000+ total transactions. Both chambers linked to congress_members via bioguide_id.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

4 rows where ticker = "RTX" and transaction_type = "Exchange" sorted by transaction_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: member_name, bioguide_id, transaction_date, disclosure_date, asset_description, asset_type, amount_range, source_url, state_district, doc_id, transaction_date (date), disclosure_date (date)

transaction_type 1

  • Exchange · 4 ✖

ticker 1

  • RTX · 4 ✖

chamber 1

  • House 4
id member_name bioguide_id chamber transaction_date ▲ disclosure_date ticker asset_description asset_type transaction_type amount_range owner comment source_url filing_type state_district doc_id
30534 Gilbert Cisneros C001123 House 2020-04-07 2020-05-13 RTX Raytheon Technologies Corporation (RTX) [ST] ST Exchange $1,001 - $15,000 Self   https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2020/20016567.pdf P Ca39 20016567
35373 David E. Price P000523 House 2020-04-07 2020-05-18 RTX Raytheon Technologies Corporation (RTX) [ST] ST Exchange $15,001 - $50,000 Self   https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2020/20016619.pdf P NC04 20016619
29956 Earl Blumenauer B000574 House 2020-04-03 2020-05-20 RTX sP Raytheon Technologies Corporation (RTX) [sT]   Exchange $1,001 - $15,000 Self   https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2020/20016588.pdf P oR03 20016588
30533 Gilbert Cisneros C001123 House 2020-04-03 2020-05-13 RTX Raytheon Technologies Corporation (RTX) [ST] ST Exchange $1,001 - $15,000 Self   https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2020/20016567.pdf P Ca39 20016567

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE stock_trades (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    member_name TEXT,
    bioguide_id TEXT,
    chamber TEXT,
    transaction_date TEXT,
    disclosure_date TEXT,
    ticker TEXT,
    asset_description TEXT,
    asset_type TEXT,
    transaction_type TEXT,
    amount_range TEXT,
    owner TEXT,
    comment TEXT,
    source_url TEXT,
    filing_type TEXT,
    state_district TEXT,
    doc_id TEXT
);
CREATE INDEX idx_st_bioguide ON stock_trades(bioguide_id);
CREATE INDEX idx_st_ticker ON stock_trades(ticker);
CREATE INDEX idx_st_date ON stock_trades(transaction_date);
CREATE INDEX idx_st_member ON stock_trades(member_name);
CREATE INDEX idx_st_type ON stock_trades(transaction_type);
CREATE INDEX idx_st_chamber ON stock_trades(chamber);
Powered by Datasette · Queries took 14.955ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API