---
title: "Senate Lobbying"
method: GET
path: "/stock/lobbying"
tags: ["Default"]
---

# Senate Lobbying

`GET /stock/lobbying`

Get a list of reported lobbying activities in the Senate and the House.

## Query parameters

- `symbol` string, required
- `from` string, date, required
- `to` string, date, required

## Response `200`

successful operation

- LobbyingResult
  - `symbol` string — Symbol.
  - `data` LobbyingData[] — Array of lobbying activities.
    - `symbol` string — Symbol.
    - `name` string — Company's name.
    - `description` string — Description.
    - `country` string — Country.
    - `year` integer — Year.
    - `period` string — Period.
    - `income` number, float — Income reported by lobbying firms.
    - `expenses` number, float — Expenses reported by the company.
    - `documentUrl` string — Document's URL.
    - `postedName` string — Posted name.
    - `date` string — Date.
    - `clientId` string — Client ID.
    - `registrantId` string — Registrant ID.
    - `senateId` string — Senate ID.
    - `houseregistrantId` string — House registrant ID.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
