Endpoints
-
Get the account investment profile.
Get the current account investment profile. Note, if an account investment profile has been removed by calling delete, then calling this endpoint will return 404 not found, as if the investment profile had never been specified in the first place.
GET https://gateway.saxobank.com/sim/openapi/reg/v3/mifid/accountinvestmentprofiles/{AccountKey}?EntityKey={EntityKey}&EntityType={EntityType}
-
Update time and horizon for the specified account, optionally override the other investment profile properties.
Update time and horizon for the specified account, optionally override the other investment profile properties.
PUT https://gateway.saxobank.com/sim/openapi/reg/v3/mifid/accountinvestmentprofiles/{AccountKey}
-
Patch time and horizon for the specified account, optionally override the other investment profile properties.
Patch time and horizon for the specified account, optionally override the other investment profile properties.
PATCH https://gateway.saxobank.com/sim/openapi/reg/v3/mifid/accountinvestmentprofiles/{AccountKey}
-
Get the most recent common investment profile for the specified individual or organization.
Get the most recent common investment profile for the specified individual or organization.
GET https://gateway.saxobank.com/sim/openapi/reg/v3/mifid/investmentprofiles/{EntityType}/{EntityKey}
-
Update the common investment profile for the specified individual or organization.
Update the common investment profile for the specified individual or organization.
PUT https://gateway.saxobank.com/sim/openapi/reg/v3/mifid/investmentprofiles/{EntityType}/{EntityKey}
-
Patch the common investment profile for the specified individual or organization.
Patch the common investment profile for the specified individual or organization.
PATCH https://gateway.saxobank.com/sim/openapi/reg/v3/mifid/investmentprofiles/{EntityType}/{EntityKey}