The FINBOURNE platform is made up of a number of applications. See how to get started.
Each application has a documented REST API. Some applications have SDKs (with more in development).
You can use Swagger to 'try out' all our APIs. Note that each of the Swagger links below points to https://www.lusid.com/api/swagger/index.html
; switch www
to the root of your LUSID domain, for example https://acmecorp.lusid.com/api/swagger/index.html
, before you try. More information.
Application | Description | API URLhttps://<your-domain>.lusid.com/... | REST API doc | SDK (convenient access to API) | SDK tools (utils, CLI, others) |
LUSID | Open, API-first, developer-friendly investment data platform with a GUI front end. | api/api/... | Swagger, Redoc | Python, C#, Java, Javascript | LUSID Python Tools (LPT) |
Scheduler | Automated job scheduler. | scheduler2/api/... | Swagger | Python, C#, Java | |
Insights | Monitoring and troubleshooting service. | insights/api/... | Swagger | Python, C#, Java | |
Identity | Identity management for LUSID (in conjunction with Access, below). | identity/api/... | Swagger | Python, C#, Java | |
Access | Access control for LUSID (in conjunction with Identity, above). | access/api/... | Swagger | Python, C#, Java | |
Drive | Secure file repository and manager for collaboration (like Dropbox). | drive/api/... | Swagger | Python, C#, Java | |
Luminesce | SQL-based data virtualisation service (read/write data to multiple sources, including LUSID). | honeycomb/api/... | Swagger | Python, C#, Java | Lumipy (data science) |
Configuration Store | Secure central repository for secrets and parameters (like the AWS Parameter Store). | configuration/api/... | Swagger | Python, C#, Java | |
Notification Service | Notifications via email, SMS or webhook when LUSID events occur. | notification/api/... | Swagger | Python, C#, Java | |
Workflow Service | Build operational controls to manage the flow of investment data to and from LUSID. | workflow/api/... | Swagger | Python, C#, Java |