Skip to main content
GET
getStrategyPerformance

Headers

Authorization
string<JWT>

User API token.

Query Parameters

strategy_id
string
required

AlphaInsider strategy identifier.

frequency
number
default:1

The number of intervals per tick.

interval
enum<string>
default:hour

The timeframe per tick.

Available options:
hour,
day,
week
start_date
string<date-time>
required

Start date.

end_date
string<date-time>

End timestamp for the current period or range.

Response

Request was successful.

success
boolean

True when the request succeeded.

response
object[]

Endpoint-specific response payload, or an error message when success is false.