Key financial data reported periodically by committees as they are reported. This feed includes summary information from the the House F3 reports, the presidential F3p reports and the PAC and party F3x reports. Generally, committees file reports on a quarterly or monthly basis, but some must also submit a report 12 days before primary elections. Therefore, during the primary season, the period covered by this file may be different for different committees. These totals also incorporate any changes made by committees, if any report covering the period is amended. DISCLAIMER: The field labels contained within this resource are subject to change. We are attempting to succinctly label these fields while conveying clear meaning to ensure accessibility for all users.
Usage
fec_get_efile_reports_presidential(
file_number,
sort_nulls_last,
page,
per_page,
sort_hide_null,
committee_id,
min_receipt_date,
max_receipt_date,
q_filer,
sort_null_only,
sort,
api_key = Sys.getenv("FEC_API_KEY", unset = "DEMO_KEY")
)
Arguments
- file_number
Filing ID number
- sort_nulls_last
Toggle that sorts null values last
- page
For paginating through results, starting at page 1
- per_page
The number of results returned per page. Defaults to 20.
- sort_hide_null
Hide null values on sorted column(s).
- committee_id
A unique identifier assigned to each committee or filer registered with the FEC. In general committee id's begin with the letter C which is followed by eight digits.
- min_receipt_date
Selects all filings received after this date(MM/DD/YYYY or YYYY-MM-DD)
- max_receipt_date
Selects all filings received before this date(MM/DD/YYYY or YYYY-MM-DD)
- q_filer
Keyword search for filer name or ID
- sort_null_only
Toggle that filters out all rows having sort column that is non-null
- sort
Provide a field to sort by. Use
-
for descending order.- api_key
An API key provided by the API provider. This key is not clearly documented in the API description. Check the API documentation for details.