Skip to main content

Politician Transaction History

Real-time data on politician transactions


Using the STOMP protocol

Header NameDescription
Waiker-Product-KeyWaiker Product
AuthorizationWaiker JWT
Accept-CurrencyCurrency display (USD or KRW)
Accept-LanguageDisplay language
Accept-CountryCountry code

EndPoint & Destination

WebSocket EndPointSubscribe DestinationDescription
wss://oapi.waiker.ai/realtime/v1/politician/usPolitician transaction data

Subscribe Message

FieldTypeDescription
codeIntResponse code (200, 400, 500)
messageStringResponse message (SUCCESS, FAIL)
timestampLocaDateTimeMessage send time
dataObjectData object (refer to Data Object)

Data Object

FieldTypeDescription
tickerStringTicker code
securityNameStringSecurity name (English)
ownershipTypeStringOwnership type
symbolTypeStringSecurity type (stock, index, ETF, currency, commodity, etc.)
transactionCodeStringTransaction type code
amountTradedRangeStringTrade amount range
politicianLastNameStringLast name
politicianFirstNameStringFirst name
stateDistrictStringElectoral district
transactionDtYYYY-MM-DDTransaction date
reportedDtYYYY-MM-DDReporting date
politicianTypeStringPolitician type
tradeCommentStringTrade comment
filingLinkStringFiling link


Example

{
"code":200,
"message":"SUCCESS",
"timestamp":"2024-10-11T06:12:59.714630993",
"data":{
"ownershipType":"Self",
"securityName":"Amgen Inc",
"ticker":"AMGN",
"symbolType":"Stock",
"transactionCode":"Sale (Partial)",
"amountTradedRange":"$1,001 - $15,000",
"politicianLastName":"Whitehouse",
"politicianFirstName":"Sheldon",
"stateDistrict":"MA09",
"transactionDt":"2024-09-17",
"reportedDt":"2024-10-10",
"politicianType":"senate",
"tradeComment":"--",
"filingLink":"https://efdsearch.senate.gov/search/view/ptr/be35b273-bd11-4c0f-a437-8eb1df7fc77a/"
}
}