Baselight

Senate Investments

Data containing all electronically submitted investments by Senators

@kaggle.heresjohnnyv_congress_investments

Senatorcleaned
@kaggle.heresjohnnyv_congress_investments.senatorcleaned

  • 268.7 KB
  • 15666 rows
  • 10 columns
unnamed_0

Unnamed: 0

name

Name

transaction_date

Transaction.Date

owner

Owner

ticker

Ticker

asset_name

Asset.Name

asset_type

Asset.Type

type

Type

amount

Amount

comment

Comment

1 Sheldon WhitehouseTue Nov 25 2014 00:00:00 GMT+0000 (Coordinated Universal Time)SelfMMacy's, Inc. (NYSE)StockPurchase1001--
2 Sheldon WhitehouseThu Dec 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)SelfBEAVB/E Aerospace Inc. (NASDAQ)StockSale (Full)15001--
3 Sheldon WhitehouseThu Dec 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)SelfKORSMichael Kors Holdings Limited (NYSE)StockSale (Partial)1001--
4 Sheldon WhitehouseThu Dec 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)SelfTAT&T, Inc. (NYSE)StockPurchase1001--
5 Sheldon WhitehouseThu Dec 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)SelfKEYSKeysight Technologies, Inc. (NYSE)StockSale (Full)1001Agilent Tech common stock completed a spinoff on 10/22/14 to Keysight Tech
6 Sheldon WhitehouseThu Dec 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)SelfABBVAbbVie Inc. (NYSE)StockPurchase1001--
7 Sheldon WhitehouseThu Dec 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)SelfSSYSStratasys Ltd. (NASDAQ)StockSale (Full)1001--
8 Sheldon WhitehouseThu Dec 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)SelfHYHHalyard Health, Inc. (NYSE)StockSale (Full)1001KMB completed a spinoff of its health care business business now known as HYH on 11/01/14
9 Sheldon WhitehouseThu Dec 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)SelfAMGNAmgen Inc. (NASDAQ)StockPurchase15001--
10 Sheldon WhitehouseTue Nov 25 2014 00:00:00 GMT+0000 (Coordinated Universal Time)JointPRUPrudential Financial, Inc. (NYSE)StockPurchase1001--

CREATE TABLE senatorcleaned (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "transaction_date" TIMESTAMP,
  "owner" VARCHAR,
  "ticker" VARCHAR,
  "asset_name" VARCHAR,
  "asset_type" VARCHAR,
  "type" VARCHAR,
  "amount" DOUBLE,
  "comment" VARCHAR
);

Share link

Anyone who has the link will be able to view this.