Recent Reports By Trader
https://api.unusualwhales.com/api/congress/congress-trader
Request
Authorization: Bearer <token>
Query Parameters
limit
Default 100 Max 200 Min 1
optional
How many items to return. Default: 100. Max: 200. Min: 1.
10
Default:
100
>= 1
<= 200
date
Optional Market Date
optional
A trading date in the format of YYYY-MM-DD. This is optional and by default the last trading date.
2024-01-18
ticker
Optional Ticker
optional
Optional ticker symbol to filter results
IOVA
name
Congress Member
optional
The full name of a congress member. Cannot contain digits/numbers. Spaces and characters may need to be URI encoded, e.g. Adam Kinzinger -> Adam%20Kinzinger.
Adam Kinzinger
Default:
Nancy Pelosi
page
Page
optional
Page number (use with limit). Starts on page 0.
1
date_from
Optional Market Date
optional
A trading date in the format of YYYY-MM-DD. This is optional and by default the last trading date.
2024-01-18
Responses
200 422 500Response Body 200 OK
amounts
Insider Trades Amount Range
The reported amount range of the transaction.
$1,000 - $15,000
filed_at_date
Insider Trades Filing Date
The filing date as ISO date.
2023-12-13
is_active
Is Active
Is the politician an active member.
G000585
issuer
Insider Trades Issuer
The person who executed the transaction.
spouse
member_type
Insider Trades Member Type
The type of person who executed the transaction.
true
name
Insider Trades Reporter's Standard Name
The Standardized name of the reporter (if found).
Stephen Cohen
notes
Insider Trades Filing Notes
Notes of the filing.
Subholding Of: Stephens Advantage Account Description: FT UNIT 10479 PFD mutual-fund 32500
politician_id
Politician ID
The Politician's ID that you'd like to filter by.
18f9fc95-4661-444e-99f5-99d3778e0c31
reporter
Insider Trades Reporter
The person who reported the transaction (as written in filling).
Stephen Cohen
ticker
Stock Ticker
The stock ticker.
AAPL
transaction_date
Insider Trades Transaction Date
The transaction date as ISO date.
2023-12-06
txn_type
Insider Trades Transaction Type
The transaction type.
Sell
curl -X GET "https://api.unusualwhales.com/api/congress/congress-trader" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
{
"data": [
{
"amounts": "$15,001 - $50,000",
"filed_at_date": "2023-02-13",
"is_active": true,
"issuer": "not-disclosed",
"member_type": "house",
"name": "Stephen Cohen",
"notes": "Subholding Of: Stephens Advantage Account Description: FT UNIT 10479 PFD mutual-fund 32500",
"politician_id": "18f9fc95-4661-444e-99f5-99d3778e0c31",
"reporter": "Stephen C.",
"ticker": "FHWVOX",
"transaction_date": "2023-02-06",
"txn_type": "Buy"
},
{
"amounts": "$1,000 - $15,000",
"filed_at_date": "2023-02-13",
"is_active": false,
"issuer": "joint",
"member_type": "house",
"name": "Deborah Ross",
"notes": "Subholding Of: Fidelity Brokerage Account stock 8000",
"politician_id": "5b1e3f4a-2d3c-4e5f-8a6b-7c8d9e0f1a2b",
"reporter": "Debby Ross",
"ticker": "MSFT",
"transaction_date": "2023-02-01",
"txn_type": "Sell"
}
]
}