Skip to Content

Unusual Items

Detect unusual market movements — price spikes, volume surges, and other abnormal trading activity.

CLI
longbridge anomaly --market US
longbridge anomaly --market HK

Parameters

SDK method parameters.

NameTypeRequiredDescription
marketstringYESMarket code: US, HK, SH, SZ, SG

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "all_off": false,
    "changes": [
      {
        "symbol": "TSLA.US",
        "name": "Tesla Inc.",
        "alert_name": "大宗交易",
        "alert_time": 1778198400000,
        "emotion": 1,
        "change_values": [
          "+5.2%"
        ]
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200SuccessAnomalyResponse
400Bad requestNone

Schemas

AnomalyResponse

NameTypeRequiredDescription
all_offbooleanfalseWhether anomaly alerts are globally disabled
changesobject[]falseList of market anomaly events
∟ symbolstringtrueSecurity symbol
∟ namestringfalseSecurity name
∟ alert_namestringfalseAnomaly type name
∟ alert_timeintegerfalseAnomaly time (Unix timestamp, ms)
∟ emotionintegerfalseSentiment: 1=positive/up, 2=negative/down
∟ change_valuesstring[]falseChange value strings