Retrieving data from LUSID
- 6 Articles
- Updated on Oct 28, 2024
- Published on Aug 19, 2024
You can retrieve data from LUSID using API endpoints designed to return one, some, or all instances of a particular entity type . Note : This article describes filtering entities based on their own attributes. For information on filtering entiti...
- Updated on Sep 18, 2024
- Published on Aug 19, 2024
You can filter entities in LUSID based on attributes of related entities. Note : To get started with filtering, including information on supported APIs and operators, and how to filter entities based on their own attributes, see this arti...
- Published on Aug 19, 2024
When you retrieve data from LUSID you can typically filter the result set to qualify the data returned. For example, the following call to the ListInstruments API applies a filter expression of name startswith 'App' to retrieve just those ins...
- Updated on Aug 30, 2024
- Published on Aug 19, 2024
When you retrieve entities that support relationships in LUSID , you can additionally retrieve information about related entities. This can be both their core data fields and, optionally, properties. Note : For information on filtering en...
- Updated on Sep 27, 2024
- Published on Sep 26, 2024
LUSID keeps entities up-to-date with versioning information so you can always track an entity’s history and monitor changes. For example, you could call the GetPortfolio API, passing in an API access token and the scope and code of a portfolio…...
- Published on Aug 19, 2024
Introduction Some of LUSID's endpoint have the potential to return a very large number of results. For example, the list instruments or list quotes end-points could return thousands (or even millions) of results from one req...