Endpoints

  • Performance Timeseries

    Returns timeseries containing performance metrics for the requesting entity, within the specified period. ClientKey and either StandardPeriod or FromDate/ToDate are required fields, and we encourage the use of FieldGroups to return only the required metrics.

    GET https://gateway.saxobank.com/sim/openapi/hist/v4/performance/timeseries/?ClientKey={ClientKey}&AccountGroupKey={AccountGroupKey}&AccountKey={AccountKey}&FromDate={FromDate}&ToDate={ToDate}&StandardPeriod={StandardPeriod}&MockDataId={MockDataId}&FieldGroups={FieldGroups}

  • Performance Summary

    Returns a summary containing aggregated trade results and related performance metrics of the requesting entity, within the specified period. ClientKey and either StandardPeriod or FromDate/ToDate are required fields, and we encourage the use of FieldGroups to return only the required metrics.

    GET https://gateway.saxobank.com/sim/openapi/hist/v4/performance/summary/?ClientKey={ClientKey}&AccountGroupKey={AccountGroupKey}&AccountKey={AccountKey}&FromDate={FromDate}&ToDate={ToDate}&StandardPeriod={StandardPeriod}&MockDataId={MockDataId}&FieldGroups={FieldGroups}