v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
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

symbolstring

Symbol of the company.

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"
    }
  ]
}