DSS rest API - Getting Shares Amount Issued

Options

Dear All,

How can I filter the Corporate Actions Standard request to get only the shares amount issued?

Kind Regards,

Catarina

Answers

  • Hello @catarinacruz,

    You can get a list of all the fields supported by a report template either through the GUI or through the following REST API -

    GET https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/GetValidContentFieldTypes(ReportTemplateType=DataScope.Select.Api.Extractions.ReportTemplates.ReportTemplateTypes'CorporateActions')
    

    In this resultset, I see there is a field for the Issue Share amount -

    {
      "Code": "COR.Issue Shares Amount",
      "Name": "Issue Shares Amount",
      "Description": "Number of shares that exist for the respective trading line of shares.",
      "FormatType": "Number",
      "FieldGroup": " "
    },
    
    

    So, you can create/selectively request these fields in your extraction request.

    PS: For content related questions, it is best to raise a support ticket with content specialists at LSEG MyAccount