summaries
Data source: Summary
15 rows where filer_id = 187 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
100741 | 100741 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2022-07-29 | 2022-01-01 | 2022-07-31 | 2022-06-07 | SMRY | 40000 | 0 |
100742 | 100742 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2022-07-29 | 2022-01-01 | 2022-07-31 | 2022-06-07 | SMRY | 0 | 0 |
100743 | 100743 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2022-07-29 | 2022-01-01 | 2022-07-31 | 2022-06-07 | SMRY | 40000 | 0 |
100744 | 100744 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2022-07-29 | 2022-01-01 | 2022-07-31 | 2022-06-07 | SMRY | 0 | 0 |
100745 | 100745 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2022-07-29 | 2022-01-01 | 2022-07-31 | 2022-06-07 | SMRY | 40000 | 0 |
54581 | 54581 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2018-09-24 | 2018-07-01 | 2018-12-31 | 2018-06-05 | SMRY | 4291 | 0 |
54582 | 54582 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2018-09-24 | 2018-07-01 | 2018-12-31 | 2018-06-05 | SMRY | 0 | 0 |
54583 | 54583 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2018-09-24 | 2018-07-01 | 2018-12-31 | 2018-06-05 | SMRY | 4291 | 0 |
54584 | 54584 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2018-09-24 | 2018-07-01 | 2018-12-31 | 2018-06-05 | SMRY | 29000 | 0 |
54585 | 54585 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2018-09-24 | 2018-07-01 | 2018-12-31 | 2018-06-05 | SMRY | 33291 | 0 |
57081 | 57081 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2018-07-23 | 2018-01-01 | 2018-06-30 | 2018-06-05 | SMRY | 29000 | 0 |
57082 | 57082 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2018-07-23 | 2018-01-01 | 2018-06-30 | 2018-06-05 | SMRY | 0 | 0 |
57083 | 57083 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2018-07-23 | 2018-01-01 | 2018-06-30 | 2018-06-05 | SMRY | 29000 | 0 |
57084 | 57084 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2018-07-23 | 2018-01-01 | 2018-06-30 | 2018-06-05 | SMRY | 0 | 0 |
57085 | 57085 | 942553734 187 | Friends of the Oakland Public Library 237 | MDI | 2018-07-23 | 2018-01-01 | 2018-06-30 | 2018-06-05 | SMRY | 29000 | 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");