Margin
Get portfolio margin
Get latest portfolio margin calculation for the given entity
get/entities/{entity_id}/portfolio-margin
Path parameters
entity_idstring required
Entity ID for the legal entity.
Example:100000
Entity ID
Response
Portfolio margin
Example response
{
"groups": [
{
"members": [
{
"symbol": "AAPL",
"quantity": "100"
}
]
}
]
}Changes
Changed in 1 of the 22 revisions of this API.2
- ●
added the new
currencyenum value to thegroups/items/members/items/asset_classresponse property for the response status200response-property-enum-value-added
- ●
added the new
fundenum value to thegroups/items/members/items/asset_classresponse property for the response status200response-property-enum-value-added
- ●