Endpoints

  • Get corporate action events

    Get list of Mandatory and Voluntary events, excluding cancelled events, if specified client holds position on corresponding instrument. Only returns events that have an execution date within 1 year (and match the other specified filters). To look up older events, use the 'Get corporate action event' endpoint.

    GET https://gateway.saxobank.com/sim/openapi/ca/v2/events?$skip={$skip}&$top={$top}&AccountGroupKey={AccountGroupKey}&AccountKey={AccountKey}&AssetTypes={AssetTypes}&ClientKey={ClientKey}&CorporateActionTypes={CorporateActionTypes}&ElectionStatuses={ElectionStatuses}&EventStatus={EventStatus}&EventTypes={EventTypes}&FromDeadlineDate={FromDeadlineDate}&FromExDate={FromExDate}&FromPayDate={FromPayDate}&FromRecordDate={FromRecordDate}&IncludeSubAccounts={IncludeSubAccounts}&Keywords={Keywords}&SortColumn={SortColumn}&SortType={SortType}&ToDeadlineDate={ToDeadlineDate}&ToExDate={ToExDate}&ToPayDate={ToPayDate}&ToRecordDate={ToRecordDate}

  • Get corporate action event

    Get specified event, if event is not cancelled, where client holds position on corresponding instrument. Will return the specified event if applicable to the client and or account, regardless of its execution date.

    GET https://gateway.saxobank.com/sim/openapi/ca/v2/events/{EventId}?AccountKey={AccountKey}&ClientKey={ClientKey}&IncludeSubAccounts={IncludeSubAccounts}

  • Lookup for filters

    Serves as a lookup for available filters

    GET https://gateway.saxobank.com/sim/openapi/ca/v2/events/lookupdata?AccountGroupKey={AccountGroupKey}&AccountKey={AccountKey}&ClientKey={ClientKey}&FieldGroups={FieldGroups}&IncludeSubAccounts={IncludeSubAccounts}