contribution_reports_24_hours
Data source: 497
10 rows where committee_id = 275 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: filer_id, filer_name, committee_type, report_date, transaction_id, entity_last_name, entity_city, entity_zipcode, contribution_date, amount, report_date (date), election_date (date), contribution_date (date)
Link | rowid | filer_id | filer_name | committee_type | report_date ▲ | report_start_date | report_end_date | election_date | transaction_id | entity_type | entity_last_name | entity_first_name | entity_prefix | entity_suffix | entity_city | entity_state | entity_zipcode | contributor_employer | contributor_occupation | contributor_self_employed | contribution_date | amount | committee_id | candidate_last_name | candidate_first_name | candidate_prefix | candidate_suffix | office_sought | office_jurisdiction | district_number | incumbent | ballot_measure_name | ballot_measure_number | ballot_measure_jurisdiction | memo_reference_number |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1926 | 1926 | 1469978 335 | Sasha Ritzie-Hernandez for Oakland School Board 2024 455 | 2024-10-01 | wHCUktI2GQRn | COM | Oakland Education Association PAC | Sacramento | CA | 95814 | 2024-10-01 00:00:00 | 1200 | 1345259 275 | ||||||||||||||||||||||
1593 | 1593 | 1460829 317 | Sasha Ritzie Hernandez for Oakland School Board 2023 432 | 2023-10-26 | Iq39zDiA6kld | COM | Oakland Education Association PAC | Sacramento | CA | 95814 | 2023-10-25 00:00:00 | 1200 | 1345259 275 | ||||||||||||||||||||||
1344 | 1344 | 960997 41 | Friends of Oakland Public Schools - Yes on Measure H 350 | RCP | 2022-10-27 | 2022-11-08 | NON1239 | COM | Oakland Education Association PAC | Sacramento | CA | 95814 | 2022-09-17 00:00:00 | 613.41 | 1345259 275 | ||||||||||||||||||||
1345 | 1345 | 960997 41 | Friends of Oakland Public Schools - Yes on Measure H 350 | RCP | 2022-10-27 | 2022-11-08 | INC1500 | COM | Oakland Education Association PAC | Sacramento | CA | 95814 | 2022-10-26 00:00:00 | 1000 | 1345259 275 | ||||||||||||||||||||
1242 | 1242 | 1452949 289 | Committee to Elect Jennifer Brouhard for Oakland School Board Director, District 2 373 | 2022-09-21 | egjXU2tas5qe | COM | Oakland Education Association PAC | Sacramento | CA | 95814 | 2022-09-21 00:00:00 | 1800 | 1345259 275 | ||||||||||||||||||||||
1507 | 1507 | 1452949 289 | Brouhard, Jennifer 405 | 2022-09-21 | egjXU2tas5qe | COM | Oakland Education Association PAC | Sacramento | CA | 95814 | 2022-09-21 00:00:00 | 1800 | 1345259 275 | ||||||||||||||||||||||
1525 | 1525 | 1451532 272 | COALITION TO ELECT VALARIE BACHELOR FOR SCHOOL BOARD 2022 353 | 2022-09-13 | pBnOYguabT62 | COM | Oakland Education Association PAC | Sacramento | CA | 95814 | 2022-09-13 00:00:00 | 1800 | 1345259 275 | Bachelor | Valarie | OAKLAND | 6.0 | ||||||||||||||||||
1528 | 1528 | 1448946 280 | Committee to Support Pecolia Manigo for School Board Director 2022 363 | 2022-09-09 | 2kGphollC5EB | COM | Oakland Education Association Political Action Committee | Sacramento | CA | 95814 | 2022-09-08 00:00:00 | 1800 | 1345259 275 | ||||||||||||||||||||||
1210 | 1210 | 1345259 62 | OAKLAND EDUCATION ASSOCIATION POLITICAL ACTION COMMITTEE 56 | 2020-02-07 | kwWpyHkpwSjH | COM | East Side Teacher Political Action Committee | San Jose | CA | 95127 | 2020-02-07 00:00:00 | 5000 | 1345259 275 | ||||||||||||||||||||||
591 | 591 | 1404085 154 | Doutherd for School Board 2018 192 | CTL | 2018-10-30 | INC495 | COM | Oakland Education Association P.A.C PID | Oakland | CA | 94606 | 2018-10-29 00:00:00 | 1000 | 1345259 275 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "contribution_reports_24_hours" ( "filer_id" INTEGER, "filer_name" INTEGER, "committee_type" TEXT, "report_date" TEXT, "report_start_date" TEXT, "report_end_date" TEXT, "election_date" TEXT, "transaction_id" TEXT, "entity_type" TEXT, "entity_last_name" TEXT, "entity_first_name" TEXT, "entity_prefix" TEXT, "entity_suffix" TEXT, "entity_city" TEXT, "entity_state" TEXT, "entity_zipcode" TEXT, "contributor_employer" INTEGER, "contributor_occupation" TEXT, "contributor_self_employed" TEXT, "contribution_date" TEXT, "amount" NUMERIC, "committee_id" INTEGER, "candidate_last_name" TEXT, "candidate_first_name" TEXT, "candidate_prefix" TEXT, "candidate_suffix" TEXT, "office_sought" TEXT, "office_jurisdiction" TEXT, "district_number" TEXT, "incumbent" TEXT, "ballot_measure_name" TEXT, "ballot_measure_number" TEXT, "ballot_measure_jurisdiction" TEXT, "memo_reference_number" TEXT , FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id), FOREIGN KEY ("filer_name") REFERENCES [filer_names](id), FOREIGN KEY ("committee_id") REFERENCES [committee_ids](id), FOREIGN KEY ("contributor_employer") REFERENCES [businesses](id)); CREATE INDEX ["contribution_reports_24_hours_filer_id"] ON [contribution_reports_24_hours]("filer_id"); CREATE INDEX ["contribution_reports_24_hours_filer_name"] ON [contribution_reports_24_hours]("filer_name"); CREATE INDEX ["contribution_reports_24_hours_committee_id"] ON [contribution_reports_24_hours]("committee_id"); CREATE INDEX ["contribution_reports_24_hours_contributor_employer"] ON [contribution_reports_24_hours]("contributor_employer");