Async Job - Request Fund and FundGroupId mapping

This endpoint provides the entire universe of Clarity AI funds and provides a mapping of Clarity AI Fund Group IDs between different identifiers.

You can request the mapping by providing a list of Fund Group IDs in the fundGroupIds parameter or by providing a list of ISINs or CUSIPs in the fundIds parameter, but you CANNOT SPECIFY BOTH fundGroupIds and fundIds.

If requesting CUSIPs via fundIds the securityIdsType needs to be set to “CUSIP”.

Leaving fundIds and fundGroupIds blank will return the whole Clarity AI universe.

The idColumns allows you to specify a list of security ID types that will be included in the response CSV. Only the funds that have an identifier type matching idColumns will be returned. If you want to retrieve all the securities, you can set idColumns to "ALL" and no funds will be filtered out.
Take into account that when using the "ALL" parameter whenever a new security identifier type is available in the Clarity AI platform it will be included in the CSV response.

The onlyOneSecurityPerFundGroupId parameters allows you to limit the number of ISINs returned to only one for each Found Group ID.

Please note: This endpoint returns only the identifier (UUID) for the created job. You'll need this UUID value to retrieve the status of your job (see Async Job - Get job status) or to download your file when ready (see Async Job - Download result file). See Async API documentation for a complete explanation of the flow for these async jobs endpoints.

Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!