Retrieve stock trades disclosed by members of Congress. Filter by symbol and date range.
Use Case: Display congressional trading activity for a given stock for transparency and sentiment analysis.
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock ticker symbol (e.g. AAPL). |
from | string | Yes | From date YYYY-MM-DD. |
to | string | Yes | To date YYYY-MM-DD. |
200 OK with a JSON object containing a data array of trading disclosures (e.g. name, position, symbol, transactionType, transactionDate, amountFrom, amountTo, assetName, ownerType), and symbol.
Errors: 400 when symbol or dates are missing, 401 unauthorized, 404 when no data found, 500 server error.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Stock ticker symbol
From date YYYY-MM-DD
To date YYYY-MM-DD