Return per-cycle financial totals for a specific candidate, including receipts, disbursements, contributions, loans, debts, and cash-on-hand.
Use Case: Inspect detailed campaign-finance totals for a known candidate ID across one or more cycles.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
candidateId path parameter is required.sortOrder only with sortBy; valid sort orders are ascending and descending.perPage maps to upstream per_page, and electionFull maps to upstream election_full.Candidate identifier.
Page number for pagination.
Number of results to return per page.
When true, return the full election period instead of a single two-year cycle.
Filter by one or more filing cycles.
Field to sort by.
cycle, receipts, disbursements, coverageStartDate, coverageEndDate, individualContributions, individualItemizedContributions, individualUnitemizedContributions, otherPoliticalCommitteeContributions, politicalPartyCommitteeContributions, candidateContribution, operatingExpenditures, contributionRefunds, loansReceived, debtsOwedByCommittee, debtsOwedToCommittee, cashOnHandBeginningPeriod, cashOnHandEndPeriod, federalFunds, transfersFromOtherAuthorizedCommittee, transfersToOtherAuthorizedCommittee, netContributions, netOperatingExpenditures, offsetsToOperatingExpenditures, lastReportYear, lastReportTypeFull, lastCashOnHandEndPeriod, lastDebtsOwedByCommittee, candidateId Sort direction.
ascending, descending Hide rows where the sorted field is null.
Return only rows where the sorted field is null.
Place null values after non-null values when sorting.