stock_trades
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where ticker = "POT" 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)
transaction_type 3
- Exchange 4
- Sale (Full) 2
- Purchase 1
ticker 1
- POT · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11078 | Tammy Duckworth | D000622 | Senate | 2017-05-09 | POT | Potash Corporation of Saskatchewan Inc. | Stock | Sale (Full) | $1,001 - $15,000 | Joint | https://efdsearch.senate.gov/search/view/ptr/e2b3fafe-ed03-4a9b-b450-9f54400fe50f/ | P | ||||
| 18178 | Suzan K. DelBene | D000617 | House | 2016-05-12 | 2016-06-15 | POT | Potash Corporation of Saskatchewan Inc. (POT) | Purchase | $15,001 - $50,000 | Joint | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2016/20005264.pdf | P | Wa01 | 20005264 | ||
| 15664 | Tammy Duckworth | D000622 | House | 2014-08-11 | 2014-09-23 | POT | Potash Corporation of Saskatchewan Inc. (PoT) | Exchange | $1,001 - $15,000 | Joint | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2014/20001671.pdf | P | IL08 | 20001671 | ||
| 15665 | Tammy Duckworth | D000622 | House | 2014-08-11 | 2014-09-23 | POT | Potash Corporation of Saskatchewan Inc. (PoT) | Exchange | $1,001 - $15,000 | Joint | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2014/20001671.pdf | P | IL08 | 20001671 | ||
| 16563 | Tammy Duckworth | D000622 | House | 2014-08-11 | 2015-10-08 | POT | 2000004255 JT Potash Corporation of Saskatchewan Inc. (PoT) | Exchange | $1,001 - $15,000 | Self | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2015/20003840.pdf | P | IL08 | 20003840 | ||
| 16564 | Tammy Duckworth | D000622 | House | 2014-08-11 | 2015-10-08 | POT | 2000004252 JT Potash Corporation of Saskatchewan Inc. (PoT) | Exchange | $1,001 - $15,000 | Self | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2015/20003840.pdf | P | IL08 | 20003840 | ||
| 15801 | Lois Frankel | F000462 | House | 2014-06-12 | 2014-06-18 | POT | Potash Corporation of saskatchewan Inc. (PoT) | Sale (Full) | $1,001 - $15,000 | Self | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2014/20001158.pdf | P | FL22 | 20001158 |
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);