OpenAPI

New Features

Service Group

Release notes

Asset Transfers

/v1/securitiestransfers/transfers:

IMPROVED Added 'AdditionalInstructions' and 'CounterpartCommunication' to securities transfer requests.

IMPROVED Added 'SpecialInstructions' to individual securities in a securities transfer request.

Charts

NEW

/v3/charts

We have released a new version of our charting endpoint that has been improved in several ways:

  • The new horizon sampling starts at exchange/market opening time, where previously with v1, start times were "artificially" created respective to absolute times.
    • This change will be most noticeable for instruments on exchange that start on the half hour, such as NASDAQ.
    • This may affect your scripts if you are doing any sort of recalculation, back-testing, or the like.
  • There are additional candle length (horizon) options, including, in minutes, : 2, 3, 180 (3 hour), 300 (5 hour), 129600 (3 months), and 518400 (1 year)
  • Version 3 of charts is what is currently used by Saxo platforms.

The request/response contract is identical to the current v1/charts endpoint, so switching should be plug-and-play - as simple changing v1 to v3 in the request.

Client Services

/v1/reports/trades:

/v1/reports/closedPositions:

/v1/reports/aggregatedAmounts:

IMPROVED Added 'UnderlyingType' to the report.


/v1/tradingconditions/instrument:

IMPROVED Added 'CollateralUtilizationLimit' object, which provides tiered percentages of the instrument collateral value that can be used for margin trading. Specific to margin lending accounts. 

Corporate Actions

/v2/events

/v2/events/{EventId}:

IMPROVED New value 'Cancelled' in EventState.

IMPROVED New fields 'AnnoucedDate' and 'UpdatedDateTime' added to events.

IMPROVED Added ability to sort events based on 'AnnoucedDate' and 'UpdatedDateTime'.

Trading

/v1/allocationkeys:

IMPROVED Added new field 'IsValid'.

Please also observe the announced planned changes, which may be potentially breaking.