Benchmarks
Retrieves a list of available benchmarks which can be utilized for performance comparison purposes.
Endpoint
GET/data/v1/benchmarksParameters
api_key string required
Your authentication key needed to make requests.
format string default: json
Defines return format of response. Options are json or csv. Default is json.
Example Request
cURL
curl -X GET "https://sensaai.com/data/v1/benchmarks?api_key=API_KEY"
Response
Returns a list of available performance benchmarks.
[
{
"id": "448",
"name": "All Stocks",
"description": "All stocks in the SensaAI Universe",
"rebalanceFrequency": 3
},
{
"id": "508",
"name": "Technology Stocks",
"description": "All technology stocks in the SensaAI Universe",
"rebalanceFrequency": 3
},
...more benchmarks
]
Table of Contents