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 = "ASIX" sorted by transaction_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: member_name, bioguide_id, transaction_date, comment, source_url, transaction_date (date)

transaction_type 2

  • Exchange 3
  • Sale (Full) 1

ticker 1

  • ASIX · 4 ✖

chamber 1

  • Senate 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
11763 Thomas R Carper C000174 Senate 2016-11-08   ASIX AdvanSix Inc. Stock Sale (Full) $1,001 - $15,000 Spouse   https://efdsearch.senate.gov/search/view/ptr/071a80e8-aac3-44cb-bd6e-7a7ad9f5f7b5/ P    
11797 Sheldon Whitehouse W000802 Senate 2016-10-03   ASIX AdvanSix Inc. Stock Exchange $1,001 - $15,000 Child ASIX shares received in exchange for HON shares. https://efdsearch.senate.gov/search/view/ptr/bbc1b507-8846-40ea-8243-f35caf2a847e/ P    
11798 Sheldon Whitehouse W000802 Senate 2016-10-03   ASIX AdvanSix Inc. Stock Exchange $1,001 - $15,000 Joint ASIX shares received in exchange for HON shares. https://efdsearch.senate.gov/search/view/ptr/bbc1b507-8846-40ea-8243-f35caf2a847e/ P    
11799 Sheldon Whitehouse W000802 Senate 2016-10-03   ASIX AdvanSix Inc. Stock Exchange $1,001 - $15,000 Self ASIX shares received in exchange for HON shares. https://efdsearch.senate.gov/search/view/ptr/bbc1b507-8846-40ea-8243-f35caf2a847e/ P    

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 321.163ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API