Skip to main content
GET
Get Congress Trades

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

name
string

Politician name (partial match)

symbol
string

Stock symbol

tag
enum<string>

Chamber filter: senate, house, all

Available options:
senate,
house,
all
transaction_type
string

Transaction type filter (e.g. Purchase, Sale, Sale (Full), Sale (Partial))

start_time
integer<int64>
required

Start time (Unix timestamp in seconds)

end_time
integer<int64>
required

End time (Unix timestamp in seconds)

time_type
enum<string>
required

Filter time type

Available options:
TRANSACTION_DATE,
FILING_DATE,
OBSERVED_AT
limit
integer

Maximum results (1-1000, default 100)

Response

Successfully retrieved congress trades

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean