Client APIStatistics
Get Indicators Statistics
Returns platform-level indicator statistics: counts and percentage changes for symbols, company profiles, and last sale records.
Notice:
- you need to have permission to do this operation. Contact DORRS Admin
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/backend/api/v1/statistics/indicators/"{ "message": "success", "data": [ { "type": "symbol", "value": 14, "percentage_change": 0, "indicator_type": "-" }, { "type": "company_profile", "value": 5, "percentage_change": 0, "indicator_type": "-" }, { "type": "last_sale", "value": 16, "percentage_change": 0, "indicator_type": "-" } ], "code": 200}