Margin
Get Reg-T margin
Get the latest Reg-T margin calculation for the given entity
get/entities/{entity_id}/regt-margin
Path parameters
entity_idstring required
Entity ID for the legal entity.
Example:100000
Entity ID
Response
Reg-T 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
- ●