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

8 rows where ticker = "LBTYK" 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, owner, comment, source_url, state_district, doc_id, transaction_date (date), disclosure_date (date)

transaction_type 4

  • Exchange 3
  • Sale (Full) 2
  • Sale (Partial) 2
  • Purchase 1

chamber 2

  • House 5
  • Senate 3

ticker 1

  • LBTYK · 8 ✖
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
51454 Thomas H. Kean K000398 House 2024-11-13 2024-12-16 LBTYK Liberty Global Ltd. - Class C Common Shares (LBTYK) [ST] ST Exchange $15,001 - $50,000 Self   https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2024/20026408.pdf P NJ07 20026408
51455 Thomas H. Kean K000398 House 2024-11-13 2024-12-16 LBTYK Liberty Global Ltd. - Class C Common Shares (LBTYK) [ST] ST Exchange $1,001 - $15,000 Self   https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2024/20026408.pdf P NJ07 20026408
47592 Daniel Goldman G000599 House 2023-07-12 2023-08-13 LBTYK Liberty Global plc - Class C Ordinary Shares (LBTYK) [ST] ST Sale (Full) $1,001 - $15,000 Self   https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2023/20023404.pdf P NY10 20023404
44685 Kathy Manning M001135 House 2022-08-03 2022-09-14 LBTYK Liberty Global plc - Class C Ordinary Shares (LBTYK) [ST] ST Sale (Full) $1,001 - $15,000 Joint   https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2022/20021695.pdf P NC06 20021695
44551 Kathy Manning M001135 House 2022-07-20 2022-08-10 LBTYK Liberty Global plc - Class C Ordinary Shares (LBTYK) [ST] ST Purchase $1,001 - $15,000 Joint   https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2022/20021470.pdf P NC06 20021470
13939 Susan M Collins C001035 Senate 2014-04-10   LBTYK Liberty Global plc (NASDAQ)   Sale (Partial) $1,001 - $15,000 Spouse   https://efdsearch.senate.gov/search/view/ptr/72d3d607-4c1d-447a-9163-50979745dd6c/ P    
15086 Susan M Collins C001035 Senate 2014-04-10   LBTYK Liberty Global plc (NASDAQ)   Sale (Partial) $1,001 - $15,000 Spouse   https://efdsearch.senate.gov/search/view/ptr/07448275-6b41-47f5-a3ce-73c8f316a166/ P    
13956 Susan M Collins C001035 Senate 2014-03-04   LBTYK Liberty Global plc (NASDAQ) Stock Exchange $1,001 - $15,000 Spouse Acquired through UBS act. thru stock split of LBTYA. https://efdsearch.senate.gov/search/view/ptr/06d6db62-37eb-4a7c-9a98-038ae20720a5/ 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 10.46ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API