fec_top_candidates
Retrieve top fundraising candidates for House, Senate, or Presidential elections by specifying office, year, and optional state filter.
Instructions
Get top candidates ranked by total money raised for a given office and election cycle.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| office | Yes | Office: H=House, S=Senate, P=President | |
| election_year | Yes | Election year, e.g. 2024 | |
| state | No | Two-letter state code to filter by | |
| per_page | No | Number of results (default: 20) |