SleekRank for FEC filing pages
The FEC publishes filings for ~14,000 active committees including campaigns, PACs, super PACs, and party committees. Each carries cash on hand, total receipts, and disbursements per filing period. SleekRank renders one indexable page at /committee/{slug}/ per FEC committee ID.
€50 off for the first 100 lifetime licenses!
A page per FEC committee, fed by the FEC bulk filings file
The Federal Election Commission publishes every committee filing under FECA on fec.gov, including campaign committees, leadership PACs, separate segregated funds, party committees, and super PACs. About 14,000 committees are active in any given cycle. The bulk data download provides committee master files (cm.csv), filings history (oth.csv), and the detailed receipts and disbursements files (indiv, oppexp). FEC.gov has a search portal but its individual committee pages do not rank well for committee-acronym queries. SleekRank turns each FEC committee ID into one URL at /committee/{slug}/.
Mappings pull from the FEC bulk files. cmte_nm drives the H1, cmte_tp renders as a committee-type pill, cmte_pty_affiliation renders as a party pill, latest filing stats (cash on hand, total receipts, total disbursements) drive hero stats, the filings history renders as a timeline.
The slug combines committee ID and a normalised committee name: c00763451-biden-for-president.
Workflow
From FEC bulk file to ranked committee pages
Design the committee page
Connect the FEC bulk files
Wire the field mappings
Publish and validate
Data in, pages out
One FEC committee ID, one filings URL
| slug | committee_name | committee_type | party | cash_on_hand |
|---|---|---|---|---|
| c00763451-biden-2024 | Biden for President | Principal Campaign Committee | DEM | $93,000,000 |
| c00580100-trump-2024 | Trump for President 2024 | Principal Campaign Committee | REP | $36,000,000 |
| c00135771-sierra-club-pc | Sierra Club Political Committee | Separate Segregated Fund | N | $2,400,000 |
| c00010603-dnc | Democratic National Committee | Party Committee | DEM | $23,000,000 |
| c00003418-rnc | Republican National Committee | Party Committee | REP | $76,000,000 |
/committee/{slug}/
- /committee/c00763451-biden-for-president/
- /committee/c00580100-trump-for-president-2024/
- /committee/c00135771-sierra-club-political-committee/
- /committee/c00010603-democratic-national-committee/
- /committee/c00003418-republican-national-committee/
Comparison
FEC.gov committee pages vs SleekRank filings pages
FEC.gov committee pages
- FEC.gov committee pages render slowly and rank poorly for acronyms
- Latest cash on hand buried below the filings timeline on FEC pages
- No JSON-LD on FEC.gov committee pages, missing rich-result eligibility
- Internal linking between donor and recipient committees is sparse
- Bulk file is published separately, requires re-implementation per site
- No deep-linking to a specific filing by quarter or report identifier
SleekRank
- Read FEC bulk committee master plus filings history from fec.gov
- Slug from FEC committee ID keeps URL stable across cycle and rebrand
- Cash on hand, total receipts, total disbursements as hero stats
- Filings timeline rendered from the oth.csv quarterly reports
- Top-donor list links to /donor/{slug}/ in a parallel page group
- Organization JSON-LD per page with committee type and party metadata
Features
What SleekRank gives you for FEC filing pages
FEC bulk file native
Point SleekRank at the FEC bulk download URLs for the committee master and filings history files. The plugin reads both as a joined source on committee ID and resolves type codes via the reference table. No paid API or ETL needed.
Daily refresh built in
FEC bulk files refresh nightly during active cycles and weekly off-cycle. Setting cache_duration to 86400 seconds gives daily re-fetch so newly filed quarterly reports appear within a day of submission, off-cycle runs use little bandwidth.
Donor graph as links
Each top-donor entry on a committee page links to /donor/{crp-id}/ in a parallel SleekRank page group fed by FEC individual contributions. Readers pivot between a committee and its biggest donors in one click during a single session.
Use cases
Who builds per-committee FEC filing sites
Campaign finance reporters
Reporters covering campaign finance link to the SleekRank committee page for stable permalinks instead of pointing to FEC.gov pages that load slowly and bury the headline cash-on-hand figure below the filings timeline.
Political science researchers
Researchers studying PAC spending patterns use the SleekRank corpus as a citation surface. The FEC-ID anchored URL lets them reference a committee's filing history in a paper without depending on portal-side URL churn.
Political consulting firms
Consulting firms running competitive analysis use the per-committee page as their internal reference. The hero cash-on-hand figure and top-donor list lets analysts size up an opponent's picture in seconds, not clicks.
The bigger picture
Why per-committee pages beat FEC.gov filings search
Campaign finance search peaks around election cycles and named scandals. Reporters and researchers look up committee acronyms by name or by FEC ID. The official FEC.gov committee detail page answers the query but loads slowly, buries the headline cash-on-hand figure below the filings timeline, and does not rank well for the committee acronym queries that drive most search traffic.
The FEC's bulk data is open federal record; the legal and technical surface for republishing it is unambiguous. SleekRank turns the bulk file into a corpus of stable per-committee URLs with the headline stats above the fold, the filings timeline below, and the donor-recipient cross-links into a parallel page group. Fourteen thousand active committees per cycle translate to fourteen thousand long-tail queries on committee acronyms and names.
Each page is a stable citation surface that journalism, research, and political consulting can link to with confidence.
Questions
Common questions about SleekRank for FEC filing pages
From the FEC bulk data download at fec.gov/data/browse-data. The committee master file (cm.csv) carries committee identity; the operating expenditures and filings history files carry the financial figures. SleekRank reads both as a joined source on committee ID without paid intermediaries or external APIs.
 The FEC refreshes the bulk data nightly during active election cycles and weekly off-cycle. Newly filed quarterly reports appear within a day of submission. Setting cache_duration to 86400 seconds captures the nightly refresh without overfetching during the off-cycle slow periods between major filing deadlines.
 {fec-committee-id}-{committee-name-slug} reads well in SERP and stays stable across cycle and rebrand. The FEC committee ID is the canonical eight-character identifier (C00XXXXXX); the name suffix makes the URL meaningful to a human searcher. Drop the name suffix only if the committee ID alone is the searched term.
 Yes. The filings history file lists every report a committee has filed with the FEC across all cycles. Render it as a vertical timeline with the most recent filings at the top. Each entry should link to the FEC.gov detail view for that specific filing so users can see the underlying schedule submissions on demand.
 The committee_type field distinguishes Independent Expenditure Only (super PACs, cmte_tp=O), Separate Segregated Funds (traditional corporate or labor PACs, cmte_tp=Q), and Principal Campaign Committees (cmte_tp=P or H or S).
 When a committee files a termination report, its status field flips to T in the master file. Keep the page published but render a "terminated" banner with the termination date. Historical research depends on terminated-committee pages remaining indexable for years after the last active filing under that committee ID.
 Yes. Principal campaign committees are linked to a candidate via the cand_id field in the candidate-committee linkage file. Render the candidate link as a sibling page group at /candidate/{slug}/.
 No. FEC jurisdiction covers federal elections only (US Senate, House, presidential, and federal party committees). State and local campaign finance data lives on each state's elections portal with no national bulk standard. A per-state SleekRank page group would need to ingest each state's own format separately.
 Pricing
More than 1000+
happy customers
Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.
Starter
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- 3 websites
- 1 year of updates
- 1 year of support
Pro
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- 1 year of updates
- 1 year of support
Lifetime ♾️
Launch Offer
€299
EUR
once
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- Lifetime updates
- Lifetime support
...or get the Bundle Deal
and save €250 🎁
The Bundle (unlimited sites)
Pay once, own it forever
Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.
What’s included
-
SleekAI
-
SleekByte
-
SleekMotion
-
SleekPixel
-
SleekRank
-
SleekView
€749
Continue to checkoutBrowse more
- cardiac electrophysiologist directories
- car accident attorney directories
- Suboxone prescribers
- cleaning service directories
- startup advisor directories
- unemployment attorney directories
- copywriter directories
- detox center directories
- business coach directories
- sporting goods store directories
- slip and fall attorney directories
- rug cleaner directories
- pet photographer directories
- franchise attorney directories
- tango class directories
- Composer package pages
- country fact pages
- cigar pairing pages
- sous vide recipe pages
- yoga asana pages
- Quote collections by author
- ovulation calculator pages
- senior fitness workout pages
- curry recipe pages
- short story pages
- tsunami pages
- ancient deity profile pages
- anatomy system pages
- embroidery pattern pages
- recipes by region pages
- fasting retreat listings
- long-term rental listings
- memorabilia listings
- yurt listings
- storage unit listings
- heavy equipment rental listings
- Vintage audio listings
- cabin rental listings
- tutoring service listings
- musical instrument listings
- lakefront rental listings
- cassette tape listings
- Expedition vehicle listings
- mountain pass listings
- residency application listings
- vector database comparisons
- vs comparison pages
- customer success platform comparisons
- video interview platform comparisons
- hotel chain comparisons
- dividend tracker comparisons
- field service software comparisons
- rental management software comparisons
- personalization platform comparisons
- workforce management platform comparisons
- HSA provider comparisons
- proposal software comparisons
- factoring company comparisons
- JS framework comparisons
- Photo editors