Skip to Content

Corporate Actions

Get corporate action history (splits, mergers, spin-offs, rights issues) for a security.

CLI
longbridge corp-action TSLA.US
longbridge corp-action AAPL.US

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. AAPL.US
start_datestringNOStart date in YYYY-MM-DD format
end_datestringNOEnd date in YYYY-MM-DD format

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "items": [
      {
        "id": "622620",
        "action": "DividendExDate",
        "act_type": "Distribution Plan",
        "act_desc": "Cash dividend 0.27 USD",
        "date": "20260514",
        "date_str": "05.14",
        "date_type": "Payment Date",
        "date_zone": "EST",
        "delay_content": "",
        "is_delay": false,
        "recent": false,
        "live": null
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200SuccessCorporateActionsResponse
400Bad requestNone

Schemas

CorporateActionsResponse

NameTypeRequiredDescription
itemsobject[]trueCorporate action list
∟ idstringfalseAction ID
∟ act_descstringfalseAction description
∟ act_typestringfalseAction type category
∟ actionstringfalseAction code (e.g. DividendExDate)
∟ datestringfalseEvent date (YYYYMMDD)
∟ date_strstringfalseShort display date (MM.DD)
∟ date_typestringfalseDate type label (e.g. Payment Date)
∟ date_zonestringfalseTime zone (e.g. EST)
∟ delay_contentstringfalseDelay content description
∟ is_delaybooleanfalseWhether the event is delayed
∟ livebooleanfalseWhether currently live
∟ recentbooleanfalseWhether this is a recent event