Changelog
[2026-03-06.1]
- Added
GET /performance/reporting-entities/:id/private-marketsendpoint to retrieve private market performance for a reporting entity. - Added
GET /api/v3/instruments/:reportingEntityId/private-instrumentsendpoint to retrieve private instruments owned by a reporting entity. - Added
commitmentstoPrivate Market Fundtype, when callingGETorPOSTat/api/v3/instruments, and updated JSON examples. - Added support for posting a Private Market Fund via
POST /api/v3/instruments/:reportingEntityId/private-instruments.
[2026-02-06.1]
Changed
- Migrated to API version
v3with a revised terminology structure. - Renamed
assetreferences toinstrumentfor asset-related endpoints. This includes:- The
AssetsandAsset Classesdocumentation sections, now titledInstrumentsandInstrument Classesrespectively. - The URL path for all asset related endpoints has changed from
/v2/...to/v3/.... - All relationships previously referencing
assetnow referenceinstrument, for all endpoints. - The
GET /performance/reporting-entities/:idendpoint has been updated to expand oninstruments,instrumentClasses,instrumentClassesDetailedinstead ofasset,assetClasses,assetClassesDetailed. - The
GET /asset-holdings/reporting-entities/:idendpoint has been changed toGET /instrument-holdings/reporting-entities/:idand has been updated to expand oninstruments,instrumentClasses,instrumentClassesDetailedinstead ofasset,assetClasses,assetClassesDetailed.
- The
- Other endpoints remain unchanged.
Added
- Introduced a version selector in the top-right corner of the documentation, enabling users to switch between API versions.
- The previous
v2API version remains available and will be supported for backward compatibility until 1st of June 2026.
Previous Changelogs
For changelogs prior to v3, please refer to the v2 documentation changelog.