Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 648 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 648 Bytes

Congress Trades

Downloads all public finantial disclosures from the United States House of Representatives Disclosures Clerk website for the speficied members of congress, parses the pdf files, and spins up a dashboard for visualizing the information.

Specify date ranges and congress members in config.yaml file

data:
  dir: data
  years:
    from: 2020
    to: 2024
  members:
    - gottheimer
    - goldman
    - tuberville
    - pelosi
    - scott
    - franklin
    - mullin
    - green

To download and parse disclosure information:

make get-data

Visualization showcase

Dashboard Video