--- name: openfec description: "OpenFEC — campaign finance data, candidates, committees, filings, and contribution search." homepage: https://www.agxntsix.ai --- # 🗳️ OpenFEC OpenFEC — campaign finance data, candidates, committees, filings, and contribution search. ## Requirements | Variable | Required | Description | |----------|----------|-------------| | `FEC_API_KEY` | ✅ | FEC API key (or DEMO_KEY) | ## Quick Start ```bash # Search candidates python3 {{baseDir}}/scripts/openfec.py search-candidates --q --office --state --party --cycle --per-page "20" # Get candidate details python3 {{baseDir}}/scripts/openfec.py get-candidate # Get candidate financial totals python3 {{baseDir}}/scripts/openfec.py candidate-totals --cycle # Search committees python3 {{baseDir}}/scripts/openfec.py search-committees --q --committee-type --per-page "20" # Get committee details python3 {{baseDir}}/scripts/openfec.py get-committee # List filings python3 {{baseDir}}/scripts/openfec.py list-filings --candidate-id --committee-id --per-page "20" # Search individual contributions python3 {{baseDir}}/scripts/openfec.py search-contributions --contributor-name --contributor-state --min-amount --max-amount --per-page "20" # Search disbursements python3 {{baseDir}}/scripts/openfec.py search-disbursements --committee-id --recipient-name --per-page "20" # Get election results python3 {{baseDir}}/scripts/openfec.py election-results --office "president" --cycle # Totals by entity type python3 {{baseDir}}/scripts/openfec.py get-totals --cycle ``` ## Output Format All commands output JSON by default. ## Script Reference | Script | Description | |--------|-------------| | `{baseDir}/scripts/openfec.py` | Main CLI — all commands in one tool | ## Credits Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)