fec_independent_expenditures
List independent expenditures (FEC Schedule E) supporting or opposing a candidate or made by a committee. Shows spender committee, amount, date, support/oppose, and description. Provide candidate_id or committee_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle | No | Two-year election cycle (even year, e.g. 2024). Optional. | |
| limit | No | Maximum expenditures to return (default 20, max 100). | |
| candidate_id | No | FEC candidate ID the spending targets (e.g. 'P80001571'). Provide this or committee_id. | |
| committee_id | No | FEC committee ID of the spender (e.g. 'C00804856'). Provide this or candidate_id. |