Election 2008 data files - how to know which candidate received the financial contribution?

StackOverflow https://stackoverflow.com/questions/173108

  •  05-07-2019
  •  | 
  •  

Question

I was trying to programmatically go through presidential campaign contributions to see which web 2.0 people contributed to which candidates. You can get the data file indiv08.zip on the site http://www.fec.gov/finance/disclosure/ftpdet.shtml#a2007_2008

I can parse out who contributed and how much they contributed, but I cannot figure out who the contribution went to. There seems to be some ID, but it does not match the candidate IDs in any other file I can find. If you can help with this, I think I could make a pretty nice page showing who contributed to which candidate.

update -- I wonder if I just misunderstand this contribution system. Perhaps candidates cannot receive contributions at all, only committees? For example I see "C00431445OBAMA FOR AMERICA" received a lot of contributions. That makes it a bit more complicated then to associate those committees to candidates. Basically I want to know who supported Obama and who supported McCain.

Was it helpful?

Solution

On page 3 of the tutorial that is linked at the top of the page you liked to contains the column names including "Candidate Identification".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top