Individuals and Wealth Liquidity Events API

Table of contents

Overview

The Acuris High Net Worth Individuals (HNWI) Liquidity Events API is the interface you use to retrieve the liquidity events contributing to the accrued wealth of an individual from Wealthmonitor archive of over 300,000 records.

It is delivered over HTTPs, conforms to RESTful principles, and returns JSON objects.

Quick start

In order to retrieve liquidity events, you need the individual’s ID obtained from the Acuris HNWI Search API:

{
	{…},
	"results": [
		{
			"id": "prime-000000"
			{…},
		},
		{…}
	]
}

You can then call the HNWI Liquidity Event API endpoint and get the related liquidity events:

curl -H 'Authorization: Bearer YOUR_API_KEY' https://api.acuris.com/individuals/{id}/liquidityevents

Compression

We recommend the use of GZIP compression to gain up to 80% reduction in the json data transfer.

Accept-Encoding:deflate,gzip

Concurrency and rate limits

Each API key is limited to a maximum of 5 concurrent requests and 10 requests per second. Requests over the limit will receive the response ‘429 Too Many Requests’.

Full documentation

Detailed technical information for the Acuris HNWI Profile API is available via the Swagger documentation.