API Introduction
This page will help you get started with Quantium Fund APIs
Welcome to Quantium APIs
The Quantium API enables you to programmatically interact with your data in Quantium systems.
The API follows modern RESTful conventions and speaks JSON in both directions. As the API uses JSON for both requests and responses, we will assume that requests with a payload are using properly formatted JSON.
REST API
The REST API is used for accessing and manipulating data concerning all of the entities on a Quantium account. It is designed around RESTful principles and provides a standard suite of CRUD actions for most entities: create, read, update, and delete.
Using the REST API, you can do things like:
• Add, edit and delete asset data
• Retrieve list of investor and investor group of the entire database
• Create a valuation transaction of an asset
• Get portfolio performance summary of a fund vehicle
Updated about 4 years ago