Default
Congressional Trading
Get stock trades data disclosed by members of congress.
get/stock/congressional-trading
Query parameters
symbolstring required
Symbol of the company: AAPL.
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": [
{
"ownerType": "ownerType",
"transactionType": "transactionType",
"symbol": "symbol",
"amountTo": 6.0274563,
"filingDate": "filingDate",
"name": "name",
"amountFrom": 0.8008282,
"assetName": "assetName",
"position": "position",
"transactionDate": "transactionDate"
},
{
"ownerType": "ownerType",
"transactionType": "transactionType",
"symbol": "symbol",
"amountTo": 6.0274563,
"filingDate": "filingDate",
"name": "name",
"amountFrom": 0.8008282,
"assetName": "assetName",
"position": "position",
"transactionDate": "transactionDate"
}
]
}