For the complete documentation index, see llms.txt. This page is also available as Markdown.

Positions

Fetch Positions

get

The positions endpoint returns the positions, per published entity date

Authorizations
Path parameters
entityIdinteger · int64Required

Unique identifier provided by Landytech

Example: 123
Query parameters
fieldsstring[]Optional

List of field names to retrieve. If empty, all fields will be returned.

Example: ENTITY.ID
fromDatestring · dateOptional

Start of position date range (inclusive)

Example: 2024-01-01
toDatestring · dateOptional

End of position date range (inclusive)

Example: 2024-12-31
consolidationTypestringOptional

DIRECT returns the entity's directly held assets. LOOK_THROUGH includes transactions of underlying entities linked through configured look-through relationships. If not provided, DIRECT is used

Example: LOOK_THROUGH
fromUpdatedDatestringOptional

Return only records that have been updated on or after the specified date time

Example: 2025-10-01T00:00:00Z
requestPageSizeinteger · int32 · max: 10000Optional

Number of records per page

Default: 1000
pageTokenstringOptional

Token used for pagination. For the first page, this should not be provided. For subsequent pages, use the nextPageToken value returned in the previous response

Responses
200

List of entities with selected fields

application/json

Position data returned by the API

get/api/v2/positions/{entityId}

Last updated

Was this helpful?