OpenAPI

The Client Reporting service group provides access to a number of the reports available in the Account section of SaxoTraderGO. Initially only a few of these are available, but we will gradually add more over time.

Using the Report Endpoints

All report endpoints can return a PDF file, and some can also return an XLS. Whiich one you get is dependent on the value of the Accept header on the request. If no Accept header is present, a PDF version will be returned where available.


To request a PDF version, add the following Accept header to your request:

Accept: application/pdf


To request an XLS version, add the following Accept header to your request:

Accept: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet