Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • DSS /

For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

avatar image
Question by lalit.raj · Jul 15, 2016 at 08:52 AM · dss-rest-apidssdatascope-selectcorporate-actions

Corporate Action returned blank data

Hi,

We are getting blank result for corporate action data using Web API, If we passed the date constraint i.e.

DateConstraint = new CoraxDateConstraintRange { Start =new CoraxStartDateConstraintStartDate {Date=System.DateTime.Now}, End = new CoraxEndDateConstraintNextDays{Days = 15} }

RIC Details:

600703.SS 603979.SS 002310.SZ

People who like this

0 Show 1
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
REFINITIV
Neil Shah ♦♦ · Jul 15, 2016 at 09:09 AM 0
Share

Reference data is available in Javascript via the Javascript Eikon Toolkit (JET). Is this what you are using?

1 Reply

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Jirapongse · Jul 21, 2016 at 02:11 AM

I got the events for 603979.SS and 002310.SZ when using the following code.

var identifiers = new[]
{
    new InstrumentIdentifier
    {
        IdentifierType = "RIC",
        IdentifierValue = "600703.SS"
    },
    new InstrumentIdentifier
    {
        IdentifierType = "RIC",
        IdentifierValue = "603979.SS"
    },
    new InstrumentIdentifier
    {
        IdentifierType = "RIC",
        IdentifierValue = "002310.SZ"
    }
};

string[] fieldarray;
fieldarray = new string[9];
fieldarray[0] = "RIC";
fieldarray[1] = "Security Description";
fieldarray[2] = "Dividend Ex Date";
fieldarray[3] = "Dividend Announcement Date";
fieldarray[4] = "Dividend Pay Date";
fieldarray[5] = "Dividend Record Date";
fieldarray[6] = "Dividend Frequency";
fieldarray[7] = "Dividend Rate";
fieldarray[8] = "Dividend Currency";
const string eventType = "DIV";
const string eventConstraint = "Dividend Ex Date";

var request =
    new ExtractRequest
    {
        CredentialsHeader = credentials,
        request = new InstrumentExtractionRequestCoraxStandardEvents
        {
            Instruments = instruments,
            OutputFields = fieldarray,
            Events = new[]
            {
                new CoraxEventConstraint
                {Event = eventType, Constraint = eventConstraint}
            },
            DateConstraint = new CoraxDateConstraintRange
            {
                Start = new CoraxStartDateConstraintStartDate { Date = new System.DateTime(2016, 7, 16) },
                End = new CoraxEndDateConstraintNextDays {Days = 15}
            }
        }
    };

The response is:

"RIC","Security Description","Dividend Ex Date","Dividend Announcement Date","Dividend Pay Date","Dividend Record Date","Dividend Frequency","Dividend Rate","Dividend Currency"

"603979.SS","JCHX MINING MANAGEMENT","7/18/2016 12:00:00 AM","4/19/2016 12:00:00 AM","7/18/2016 12:00:00 AM","7/15/2016 12:00:00 AM","2","0.066667","CNY"
"002310.SZ","ORIENT LANDSCAPE ORD A","7/18/2016 12:00:00 AM","4/15/2016 12:00:00 AM","7/18/2016 12:00:00 AM","7/15/2016 12:00:00 AM","2","0.024","CNY"

For 600703.SS, the last event was on 15 Jul 2016.


corax.png (28.3 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
8 People are following this question.

Related Questions

PriceHistory Corporate Actions and Dividend adjustement

Get Target RIC for Demerger from DataScope Select

How to fetch the details of corporate action for all the entries of an instrument list?

I can see that the CorporateActionStandardReportTemplate gives the dividend for Equities. But I am not able to get the dividend info for Mutual Funds. Is there another API for that? Or is it that the parameters should be different

Empty fields on “Get corporate actions data” API call

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges