In CorporateActionsStandardReportTemplates, how do i enter QueryStartDate as "All Historical Even...

...ts" and QueryEndDate as "All Future events" ?

I am trying to add the following in my CorporateActions report. However, i am unable to determine on how to use All historical & Future events. I tried like below in my JSON request but failed. Please help. i am unable to find this in Data Guide - Rest API reference too.

-- Below is a partial request

"Condition": {

"ReportDateRangeType": "Range",

"QueryStartDate": "AllHistoricalEvents",

"QueryEndDate": "AllFutureEvents",

1694420814676.png


Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @lim.yongyik

    Thank you for reaching out to us.

    I think if you don't specify the "PreviousDays" and "QueryStartDate" fields, it will use "All Historical Events" by default. If you don't specify the "NextDays" and "QueryEndDate" fields, it will use "All Future Events" by default.

    "Condition": {
          "ReportDateRangeType": "Range",    
    ....

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.