Skip to main content

Pre-notification Sale Plans Inquiry

Real-time pre-notification sale plan data for specific securities


Using STOMP Protocol


Header NameDescription
Waiker-Product-KeyWaiker Product Key
AuthorizationWaiker JWT
Accept-CurrencyCurrency (USD or KRW)
Accept-LanguageDisplay Language
Accept-CountryCountry Code

EndPoint & Destination

WebSocket EndPointSubscribe Destination설명
wss://oapi.waiker.ai/realtime/v1/proposed/usInsider Trading Pre-notification Data

Subscribe Message

필드타입설명
codeIntResponse Code (200, 400, 500)
messageStringResponse Message (SUCCESS, FAIL)
timestampLocaDateTimeMessage Transmission Time
dataObject데Data Object (See Data Object section)

Data Object

FieldTypeDescription
companyNameStringCompany Name
companyAddressStringCompany Address
shareholderContactStringContact Information
nameCikStringCIK (Central Index Key)
shareholderNameStringShareholder Name
shareholderTypeStringShareholder Type
classSchemeStringSecurity Class
brokerMarketmakerStringBroker Name
brokerMarketmakerDetailsStringBroker Details
numberUnitsSoldDoublePlanned Number of Shares
aggregateMarketValueDoubleMarket Value
totalOutstandingSharesDoubleTotal Outstanding Shares
approxSaleDateLocalDatePlanned Sale Date
exchangeStringExchange Name
remarksStringRemarks

Example

{
"code":200,
"message":"SUCCESS",
"timestamp":"2024-10-11T06:12:59.714630993",
"data":{
"ticker": "AURA",
"companyName": "Aura Biosciences, Inc.",
"companyAddress": {
"city": "Boston",
"street1": "80 Guest Street",
"zipCode": "02135",
"stateOrCountry": "MA"
},
"shareholderContact": "617-500-8864",
"nameCik": "2042910",
"shareholderName": "Amy Elazzouzi",
"shareholderType": "Officer",
"classScheme": "Common Stock",
"brokerMarketmaker": "Morgan Stanley Smith Barney LLC Drive",
"brokerMarketmakerDetails": {
"name": "Morgan Stanley Smith Barney LLC Drive",
"address": {
"city": "Sandy",
"street1": "200 West Civic Center",
"street2": "4th Floor",
"zipCode": "84070",
"stateOrCountry": "UT"
}
},
"numberUnitsSold": 553.0,
"aggregateMarketValue": 5938.41,
"totalOutstandingShares": 49583358.0,
"approxSaleDate": "2024-10-29",
"exchange": "Nasdaq",
"remarks": "The sales reported on this Form 144 represent the number of shares required to be sold by the Reporting Person to cover tax withholding obligations in connection with the vesting of restricted stock units. Such sales were automatic and not at the discretion of the Reporting Person.",
"noticeDate": "2024-10-29",
"reportedDt": "2024-10-29"
}
}