Skip to main content

Active Institutional Investor Transaction History

Real-time Data of Active Institutional Investor Transactions


Using 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/active/usU.S. Active Institutional Investor Data

Subscribe Message

FieldTypeDescription
codeIntResponse code (200, 400, 500)
messageStringResponse message (SUCCESS, FAIL)
timestampLocalDateTimeMessage send time
dataObjectData object (see Data Object)

Data Object

FieldTypeDescription
shareholderCikStringCIK (unique investor identification)
shareholderNameInstitutionEnStringName of the investment institution
companyNameEnStringCompany name (in English)
tickerStringStock code
reportedDtyyyy-MM-ddReporting date
stockTitleStringDetailed security type (e.g., common stock, RSU)
shPrnStringShares/Principal status
putOrCallStringCall/Put option status
sharesOwnedDoubleShares/Principal amount
valueOwnedDoubleValuation amount
valueOwnedUnitStringValuation unit
discretionTransactionTypeStringDiscretionary transaction type
discretionTransactionOtherManagerStringOther manager number
votingAuthoritySoleDoubleSole voting authority quantity
votingAuthoritySharedDoubleShared voting authority quantity
votingAuthorityNoneDoubleQuantity with no voting authority

Example

{
"code":200,
"message":"SUCCESS",
"timestamp":"2024-10-11T18:24:16.732531",
"data":{
"shareholderCik":"1511506",
"shareholderNameInstitutionEn":"Carnegie Investment Counsel",
"companyNameEn":"ZOETIS INC",
"ticker":"ZTS",
"reportedDt":"2024-10-10",
"stockTitle":"CL A",
"shPrn":"SH",
"putOrCall":null,
"sharesOwned":156576.0,
"valueOwned":3.0591766E7,
"valueOwnedUnit":"(to the nearest dollar)",
"discretionTransactionType":"SOLE",
"discretionTransactionOtherManager":null,
"votingAuthoritySole":156576.0,
"votingAuthorityShared":0.0,
"votingAuthorityNone":0.0
}
}