Показатели активного портфеля
Возвращается активный портфель с группировкой по указанному полю.
Path Parameters
date date required
date
groupByField string required
groupByField
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
data object[]
activePortfolio double
incomeLevel double
labels string[]
reportDate date-time
{
"data": [
{
"activePortfolio": 0,
"incomeLevel": 0
}
],
"labels": [
"string"
],
"reportDate": "2025-03-31T15:16:22.409Z"
}
Unauthorized
Forbidden
Not Found
Loading...