Retrieve Performance
GET {{trading_url}}/positions/performance/
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| isin | null | string - ISIN of an instrument (optional) | |
| from | null | string - filter by ISO string starting date (optional) | |
| to | null | string - filter by ISO string ending date (optional) | |
| sorting | null | string - sort response in ascending ("asc") or descending ("desc") order (optional) | |
| limit | null | int - pagination limit (optional) | |
| page | null | int - results page (optional) |