Skip to main content

Get latest returns

GET 

/api/v1/factor-returns

Retrieves the most recent returns for all covered assets. This endpoint provides the latest daily returns values.

Responses

successful operation

Schema

    serverTime date-time
    error stringnullable

    description of error in natural language, absent in case of successful operation

    payload

    object

    nullable

    The response data

    time int64

    Timestamp of the factor returns

    liquidityFactorReturn double
    sizeFactorReturn double
    downsideBetaFactorReturn double
    momentumFactorReturn double
    growthFactorReturn double
    valueFactorReturn double
Loading...