summaries
Data source: Summary
20 rows where filer_id = 61 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: filer_name, report_date, report_start_date, report_end_date, election_date, total_this_period, report_date (date), report_start_date (date), report_end_date (date), election_date (date)
Link | rowid | filer_id | filer_name | committee_type | report_date ▲ | report_start_date | report_end_date | election_date | record_type | total_this_period | year_to_date |
---|---|---|---|---|---|---|---|---|---|---|---|
115857 | 115857 | 480189 61 | Clorox 495 | MDI | 2025-01-05 | 2024-01-01 | 2024-12-31 | SMRY | 145000 | 0 | |
115858 | 115858 | 480189 61 | Clorox 495 | MDI | 2025-01-05 | 2024-01-01 | 2024-12-31 | SMRY | 0 | 0 | |
115859 | 115859 | 480189 61 | Clorox 495 | MDI | 2025-01-05 | 2024-01-01 | 2024-12-31 | SMRY | 145000 | 0 | |
115860 | 115860 | 480189 61 | Clorox 495 | MDI | 2025-01-05 | 2024-01-01 | 2024-12-31 | SMRY | 0 | 0 | |
115861 | 115861 | 480189 61 | Clorox 495 | MDI | 2025-01-05 | 2024-01-01 | 2024-12-31 | SMRY | 145000 | 0 | |
84704 | 84704 | 480189 61 | The Clorox Company 55 | MDI | 2021-07-02 | 2021-04-01 | 2021-06-30 | 2021-06-29 | SMRY | 0 | 0 |
84705 | 84705 | 480189 61 | The Clorox Company 55 | MDI | 2021-07-02 | 2021-04-01 | 2021-06-30 | 2021-06-29 | SMRY | 0 | 0 |
84706 | 84706 | 480189 61 | The Clorox Company 55 | MDI | 2021-07-02 | 2021-04-01 | 2021-06-30 | 2021-06-29 | SMRY | 0 | 0 |
84707 | 84707 | 480189 61 | The Clorox Company 55 | MDI | 2021-07-02 | 2021-04-01 | 2021-06-30 | 2021-06-29 | SMRY | 0 | 0 |
84708 | 84708 | 480189 61 | The Clorox Company 55 | MDI | 2021-07-02 | 2021-04-01 | 2021-06-30 | 2021-06-29 | SMRY | 0 | 0 |
70726 | 70726 | 480189 61 | The Clorox Company 55 | MDI | 2021-01-04 | 2020-10-01 | 2020-12-31 | 2020-11-03 | SMRY | 18400 | 0 |
70727 | 70727 | 480189 61 | The Clorox Company 55 | MDI | 2021-01-04 | 2020-10-01 | 2020-12-31 | 2020-11-03 | SMRY | 0 | 0 |
70728 | 70728 | 480189 61 | The Clorox Company 55 | MDI | 2021-01-04 | 2020-10-01 | 2020-12-31 | 2020-11-03 | SMRY | 18400 | 0 |
70729 | 70729 | 480189 61 | The Clorox Company 55 | MDI | 2021-01-04 | 2020-10-01 | 2020-12-31 | 2020-11-03 | SMRY | 44000 | 0 |
70730 | 70730 | 480189 61 | The Clorox Company 55 | MDI | 2021-01-04 | 2020-10-01 | 2020-12-31 | 2020-11-03 | SMRY | 62400 | 0 |
5370 | 5370 | 480189 61 | The Clorox Company 55 | MDI | 2013-10-18 | 2013-07-01 | 2013-09-30 | SMRY | 28250 | 0 | |
5371 | 5371 | 480189 61 | The Clorox Company 55 | MDI | 2013-10-18 | 2013-07-01 | 2013-09-30 | SMRY | 0 | 0 | |
5372 | 5372 | 480189 61 | The Clorox Company 55 | MDI | 2013-10-18 | 2013-07-01 | 2013-09-30 | SMRY | 28250 | 0 | |
5373 | 5373 | 480189 61 | The Clorox Company 55 | MDI | 2013-10-18 | 2013-07-01 | 2013-09-30 | SMRY | 60500 | 0 | |
5374 | 5374 | 480189 61 | The Clorox Company 55 | MDI | 2013-10-18 | 2013-07-01 | 2013-09-30 | SMRY | 88750 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "summaries" ( "filer_id" INTEGER, "filer_name" INTEGER, "committee_type" TEXT, "report_date" TEXT, "report_start_date" TEXT, "report_end_date" TEXT, "election_date" TEXT, "record_type" TEXT, "total_this_period" INTEGER, "year_to_date" INTEGER , FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id), FOREIGN KEY ("filer_name") REFERENCES [filer_names](id)); CREATE INDEX ["summaries_filer_id"] ON [summaries]("filer_id"); CREATE INDEX ["summaries_filer_name"] ON [summaries]("filer_name");