performance
Retrieve Position Returns (MWRR / TWRR)
Retrieve the position's MWRR and TWRR for the requested period.
get/positions/{position_id}/returns
Path parameters
position_idstring required
Query parameters
period'1d' | '1w' | '1m' | 'this-month' | '3m' | '6m' | 'ytd' | '1y' | 'all' required
Predefined period over which returns are computed.
Response
OK
Example response
{
"mwrr": "0.0925",
"period_end": "2026-07-14T09:34:12Z",
"period_start": "2026-01-01T00:00:00Z",
"twrr": "0.0875"
}Changes
Changed in 1 of the 10 revisions of this API.2
- ○
api tag
performanceaddedapi-tag-added
- ○
api tag
Performanceremovedapi-tag-removed
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○