stock_trades
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
15 rows where ticker = "PX" and transaction_type = "Purchase" sorted by transaction_date descending
This data as json, CSV (advanced)
Suggested facets: member_name, bioguide_id, transaction_date, disclosure_date, asset_description, asset_type, amount_range, owner, source_url, state_district, doc_id, transaction_date (date), disclosure_date (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23870 | Lamar Smith | S000583 | House | 2018-04-27 | 2018-05-08 | PX | Praxair, Inc. (PX) [ST] | ST | Purchase | $1,001 - $15,000 | Self | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2018/20009430.pdf | P | TX21 | 20009430 | |
| 7917 | Shelley M Capito | C001047 | Senate | 2018-04-24 | PX | Praxair, Inc. | Stock | Purchase | $1,001 - $15,000 | Spouse | https://efdsearch.senate.gov/search/view/ptr/ff931edc-194d-48dc-98bf-ddef7f4d0e45/ | P | ||||
| 9416 | Shelley M Capito | C001047 | Senate | 2018-04-24 | PX | Praxair, Inc. | Stock | Purchase | $1,001 - $15,000 | Spouse | https://efdsearch.senate.gov/search/view/ptr/b17ecfe5-f246-4f4c-bf2f-4f1dd4c35539/ | P | ||||
| 7977 | Shelley M Capito | C001047 | Senate | 2018-04-05 | PX | Praxair, Inc. | Stock | Purchase | $1,001 - $15,000 | Spouse | https://efdsearch.senate.gov/search/view/ptr/ff931edc-194d-48dc-98bf-ddef7f4d0e45/ | P | ||||
| 9476 | Shelley M Capito | C001047 | Senate | 2018-04-05 | PX | Praxair, Inc. | Stock | Purchase | $1,001 - $15,000 | Spouse | https://efdsearch.senate.gov/search/view/ptr/b17ecfe5-f246-4f4c-bf2f-4f1dd4c35539/ | P | ||||
| 12714 | Susan M Collins | C001035 | Senate | 2016-04-11 | PX | Praxair Inc. | Stock | Purchase | $1,001 - $15,000 | Spouse | https://efdsearch.senate.gov/search/view/ptr/779cc401-a1a3-4943-bfc4-6e5fae29a3a3/ | P | ||||
| 10216 | William Cassidy | C001075 | Senate | 2016-03-31 | PX | Praxair Inc. | Stock | Purchase | $1,001 - $15,000 | Spouse | https://efdsearch.senate.gov/search/view/ptr/b4225956-fc39-48e4-bdcd-71e01a4a0bb4/ | P | ||||
| 12755 | William Cassidy | C001075 | Senate | 2016-03-31 | PX | Praxair Inc. | Stock | Purchase | $1,001 - $15,000 | Spouse | https://efdsearch.senate.gov/search/view/ptr/56cd23d0-e41f-41a4-9f69-d90722af497a/ | P | ||||
| 17236 | Scott H. Peters | P000608 | House | 2015-07-10 | 2015-08-16 | PX | Praxair, Inc. (PX) | Purchase | $15,001 - $50,000 | Spouse | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2015/20003617.pdf | P | Ca52 | 20003617 | ||
| 17237 | Scott H. Peters | P000608 | House | 2015-07-10 | 2015-08-16 | PX | Praxair, Inc. (PX) | Purchase | $15,001 - $50,000 | Spouse | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2015/20003617.pdf | P | Ca52 | 20003617 | ||
| 17123 | Scott H. Peters | P000608 | House | 2015-06-26 | 2015-07-28 | PX | Praxair, Inc. (PX) | Purchase | $15,001 - $50,000 | Spouse | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2015/20003431.pdf | P | Ca52 | 20003431 | ||
| 17124 | Scott H. Peters | P000608 | House | 2015-06-23 | 2015-07-28 | PX | Praxair, Inc. (PX) | Purchase | $15,001 - $50,000 | Spouse | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2015/20003431.pdf | P | Ca52 | 20003431 | ||
| 13912 | Susan M Collins | C001035 | Senate | 2014-06-19 | PX | Praxair Inc. (NYSE) | Purchase | $1,001 - $15,000 | Spouse | https://efdsearch.senate.gov/search/view/ptr/c8474757-9bc8-44c9-bbd3-cf841006d6fd/ | P | |||||
| 14247 | Susan M Collins | C001035 | Senate | 2014-06-19 | PX | Praxair Inc. (NYSE) | Purchase | $1,001 - $15,000 | Spouse | https://efdsearch.senate.gov/search/view/ptr/c204f874-20cb-41b7-b22e-9a65d2e88a97/ | P | |||||
| 14930 | Susan M Collins | C001035 | Senate | 2014-06-19 | PX | Praxair Inc. (NYSE) | Purchase | $1,001 - $15,000 | Spouse | https://efdsearch.senate.gov/search/view/ptr/97d58777-edb5-4319-b360-74709332d937/ | P |
Advanced export
JSON shape: default, array, newline-delimited, object
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);