House: Get Pie Chart Data
House via Parse · government_public
Get aggregated transaction data suitable for a pie chart visualization. Groups transactions by asset (ticker when available, otherwise full asset name) or by transaction type, using midpoint of amount ranges for dollar values. Returns labeled slices with values and percentages. Requires the same filing_id and year as get_transactions. Extract and analyze transaction data from Congressional Periodic Transaction Reports (PTR) filed with the House of Representatives. Returns structured transaction data and pie chart aggregation from financial disclosure PDFs. Fulfilled by Parse from disclosures-clerk.house.gov.
- b2b-directory
- disclosures-clerk-house-gov
- finance
- government-public
- house
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e5422bf1-5120-4283-b715-3992bedee252/get_pie_chart_data
- Interface artifact
- sha256:7abb30beefc0a36c60d2827bc5bc2d226ea18b2016525631e5f5f3e53929d8c6
- Manifest digest
- sha256:1731153220a8eaf4cd7a2f30ed7c993d3d28726a3ae551b1ef9edcde0049ea9d
Request fields
- year (string): Year the filing was made (used in PDF URL path).
- group_by (string): How to group transactions.: Allowed values: asset, transaction_type
- filing_id (string): Filing ID number from the House disclosure system.
Example queries
- {"year":"2026","group_by":"asset","filing_id":"20033725"}