stock_trades
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where ticker = "ASHGY" sorted by transaction_date descending
This data as json, CSV (advanced)
Suggested facets: amount_range, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 61011 | Kelly Louise Morrison | M001234 | House | 2025-12-10 | 2026-01-20 | ASHGY | ASHTED GRP PLC S/ADR (ASHGY) [ST] | ST | Exchange | $15,001 - $50,000 | Self | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2026/20033830.pdf | P | MN03 | 20033830 | |
| 61012 | Kelly Louise Morrison | M001234 | House | 2025-12-10 | 2026-01-20 | ASHGY | ASHTED GRP PLC S/ADR (ASHGY) [ST] | ST | Exchange | $15,001 - $50,000 | Self | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2026/20033830.pdf | P | MN03 | 20033830 | |
| 61013 | Kelly Louise Morrison | M001234 | House | 2025-12-10 | 2026-01-20 | ASHGY | ASHTED GRP PLC S/ADR (ASHGY) [ST] | ST | Exchange | $1,001 - $15,000 | Self | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2026/20033830.pdf | P | MN03 | 20033830 | |
| 61014 | Kelly Louise Morrison | M001234 | House | 2025-12-10 | 2026-01-20 | ASHGY | ASHTED GRP PLC S/ADR (ASHGY) [ST] | ST | Exchange | $1,001 - $15,000 | Self | https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2026/20033830.pdf | P | MN03 | 20033830 |
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);