Default
Senate Lobbying
Get a list of reported lobbying activities in the Senate and the House.
get/stock/lobbying
Query parameters
symbolstring required
Symbol.
fromstring date required
From date <code>YYYY-MM-DD</code>.
tostring date required
To date <code>YYYY-MM-DD</code>.
Response
successful operation
Example response
{
"symbol": "symbol",
"data": [
{
"income": 6.0274563,
"date": "date",
"symbol": "symbol",
"country": "country",
"period": "period",
"clientId": "clientId",
"year": 0,
"documentUrl": "documentUrl",
"registrantId": "registrantId",
"description": "description",
"postedName": "postedName",
"senateId": "senateId",
"name": "name",
"houseregistrantId": "houseregistrantId",
"expenses": 1.4658129
},
{
"income": 6.0274563,
"date": "date",
"symbol": "symbol",
"country": "country",
"period": "period",
"clientId": "clientId",
"year": 0,
"documentUrl": "documentUrl",
"registrantId": "registrantId",
"description": "description",
"postedName": "postedName",
"senateId": "senateId",
"name": "name",
"houseregistrantId": "houseregistrantId",
"expenses": 1.4658129
}
]
}