home / lobbying

lobbying_activities

Individual lobbying activities reported in quarterly filings. Each row is one issue area for one client — includes the specific issues lobbied on, government entities contacted, and income/expense amounts.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

9 rows where filing_uuid = "bb5d376f-eee0-449d-b897-deebb771b4c8" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 9

  • AGR 1
  • ANI 1
  • BUD 1
  • CAW 1
  • ENG 1
  • FOO 1
  • HCR 1
  • TEC 1
  • TRA 1

filing_year 1

  • 2009 9

filing_period 1

  • second_quarter 9
id filing_uuid filing_type registrant_name registrant_id client_name filing_year ▲ filing_period issue_code specific_issues government_entities income_amount expense_amount is_no_activity is_termination received_date
805380 KANSAS FARM BUREAU bb5d376f-eee0-449d-b897-deebb771b4c8 Q2 KANSAS FARM BUREAU 21131 KANSAS FARM BUREAU 2009 second_quarter TRA Discussed farm vehicle driver needs and concerns with members of the transportations committees and worked to develop a legislative approach to protect current exemptions for agriculture transporation. Agriculture, Dept of (USDA),HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2009-07-20T11:44:10-04:00
805381 KANSAS FARM BUREAU bb5d376f-eee0-449d-b897-deebb771b4c8 Q2 KANSAS FARM BUREAU 21131 KANSAS FARM BUREAU 2009 second_quarter TEC Continued efforts to educate members of the Kansas Congressional Delegation about state-side efforts to expand availability of high speed internet through mapping, demand stimulation, and the development of opportunities for community communications centers. Agriculture, Dept of (USDA),HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2009-07-20T11:44:10-04:00
805382 KANSAS FARM BUREAU bb5d376f-eee0-449d-b897-deebb771b4c8 Q2 KANSAS FARM BUREAU 21131 KANSAS FARM BUREAU 2009 second_quarter BUD Supported efforts to fund rural development, the national animal identification system, and USDA technology improvements. Also supported efforts to prohibit EPA from taxing animal emissions and from developing registration tracking for agricultural emissions. Agriculture, Dept of (USDA),HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2009-07-20T11:44:10-04:00
805383 KANSAS FARM BUREAU bb5d376f-eee0-449d-b897-deebb771b4c8 Q2 KANSAS FARM BUREAU 21131 KANSAS FARM BUREAU 2009 second_quarter ENG Educational efforts with new Member of Congress on Farm Bureau positions on energy and renewable fuels. Specifically discussed the RFS and our suppport for higher blends of ethanol and biodiesel. Also discussed EPAs efforts to track life cycle emissions. Agriculture, Dept of (USDA),HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2009-07-20T11:44:10-04:00
805384 KANSAS FARM BUREAU bb5d376f-eee0-449d-b897-deebb771b4c8 Q2 KANSAS FARM BUREAU 21131 KANSAS FARM BUREAU 2009 second_quarter CAW Voiced opposition to HR 2454 as it was debated in the House and in preparation for debate in the Senate. Shared information about the likely impacts of the measure on farmers and ranchers. Additionally offered support to amendments by Senator Bond that would restrict senate debate and prohibit Senate action on climate legislation without a cloture vote. Also worked in opposition to S 787, the Clean Water Restoration Act, and in anticipation of similar house efforts. Agriculture, Dept of (USDA),HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2009-07-20T11:44:10-04:00
805385 KANSAS FARM BUREAU bb5d376f-eee0-449d-b897-deebb771b4c8 Q2 KANSAS FARM BUREAU 21131 KANSAS FARM BUREAU 2009 second_quarter AGR Educational effort with new Member of Congress on farm programs, conservation, USDA technology issues, USDA Rural Development and Farm Bureaus opposition to cuts to direct payments and crop insurance. Also discussed actively engaged definitions under consideration by USDA. Met with Under Secretary for Rural Development to brief him on KFB efforts to revitalize rural KS communities Agriculture, Dept of (USDA),HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2009-07-20T11:44:10-04:00
805386 KANSAS FARM BUREAU bb5d376f-eee0-449d-b897-deebb771b4c8 Q2 KANSAS FARM BUREAU 21131 KANSAS FARM BUREAU 2009 second_quarter HCR Discussed rural health care and the need for technology driven developments including tele-medicne as an alternative and as a vehicle to ensure access to high quality care regardless of location. Agriculture, Dept of (USDA),HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2009-07-20T11:44:10-04:00
805387 KANSAS FARM BUREAU bb5d376f-eee0-449d-b897-deebb771b4c8 Q2 KANSAS FARM BUREAU 21131 KANSAS FARM BUREAU 2009 second_quarter FOO Discussions with Kansas Congressional Delegation regarding concerns about on-farm inspection and potential registration and restrictions on producers being discussed as food safety legislation is developed. Agriculture, Dept of (USDA),HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2009-07-20T11:44:10-04:00
805388 KANSAS FARM BUREAU bb5d376f-eee0-449d-b897-deebb771b4c8 Q2 KANSAS FARM BUREAU 21131 KANSAS FARM BUREAU 2009 second_quarter ANI General efforts in support of animal agricluture. Opposition to efforts of the Humane Society of the United States to restrict practices such as the use of gestation crates and battery cages. Educated staffers about humane methods of horse slaughter. Agriculture, Dept of (USDA),HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2009-07-20T11:44:10-04:00

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE lobbying_activities (
            id INTEGER PRIMARY KEY,
            filing_uuid TEXT NOT NULL,
            filing_type TEXT NOT NULL,
            registrant_name TEXT NOT NULL,
            registrant_id INTEGER,
            client_name TEXT NOT NULL,
            filing_year INTEGER NOT NULL,
            filing_period TEXT NOT NULL,
            issue_code TEXT,
            specific_issues TEXT,
            government_entities TEXT,
            income_amount INTEGER,
            expense_amount INTEGER,
            is_no_activity INTEGER DEFAULT 0,
            is_termination INTEGER DEFAULT 0,
            received_date TEXT,
            CONSTRAINT fk_activity_filing FOREIGN KEY (filing_uuid)
                REFERENCES lobbying_filings_raw(filing_uuid)
        );
CREATE INDEX idx_act_client_name ON lobbying_activities(client_name COLLATE NOCASE);
CREATE INDEX idx_act_issue_code ON lobbying_activities(issue_code);
CREATE INDEX idx_act_filing_year ON lobbying_activities(filing_year);
CREATE INDEX idx_act_filing_uuid ON lobbying_activities(filing_uuid);
Powered by Datasette · Queries took 4872.056ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API