Hey, thanks for libfec! I'm trying to download all of the contributions for federal elections in California this year but the data that is downloaded has data for Chip Roy's committee (C00662767) as well as other non-California campaigns. Here's the command I'm running (with my actual FEC API key, of course), am I using it correctly?
libfec export --cycle 2026 --form-type F3 --office H --state CA --api-key <<FECAPIKEY>> -o fec.db
Hey, thanks for
libfec! I'm trying to download all of the contributions for federal elections in California this year but the data that is downloaded has data for Chip Roy's committee (C00662767) as well as other non-California campaigns. Here's the command I'm running (with my actual FEC API key, of course), am I using it correctly?