Async Job - Request PAB Values for Securities

The ESMA Securities ASYNC API will return a unique identifier for the task (uuid), which can then be used to call the Job ASYNC APIs to download a CSV response file.

This API provides metrics for securities compliance or non-compliance with the Paris Aligned Benchmark (PAB), including detailed metrics for each PAB criterion. You can specify the metrics you want using the MetricIds parameter.

You can request securities using securityTypes (FIXED_INCOME, EQUITY) or provide a list of securityIds (ISINs or CUSIPs) with securityIdsType, but NOT both in the same request.

Check this document for a complete explanation of the flow for these Async jobs endpoints.

Body Params
idColumns
array of strings
enum
Defaults to ISIN

Allows you to specify a list of security ID types that will be included in the response. Only the securities that have an identifier type matching 'idColumns' will be returned.

idColumns
string
enum
Defaults to ISIN

Defines whether the security IDs passed in the 'securityIds' parameter are of type ISIN or CUSIP.

Allowed:
securityIds
array of strings

List of security ids to retrieve

securityIds
securityTypes
array of strings
enum

The security types requested

securityTypes
metricIds
array of strings

Requested Metric IDs

metricIds
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json