fec_candidate_financials
ActiveTool of io.github.blackboxfoundry/livedatalink
Get aggregate campaign finance totals for a candidate by FEC candidate_id, broken down by election cycle. Includes total receipts, disbursements, individual contributions, cash on hand, and debts. Filter to one cycle with the cycle parameter.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"candidate_id"
],
"properties": {
"cycle": {
"type": "number",
"description": "Two-year election cycle (even year, e.g. 2024). Optional."
},
"limit": {
"type": "number",
"description": "Maximum cycles to return (default 10, max 50)."
},
"candidate_id": {
"type": "string",
"description": "FEC candidate ID (e.g. 'S2MA00170')."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries