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
0
Best Answer
-
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.
0
Answers
-
Reference data is available in Javascript via the Javascript Eikon Toolkit (JET). Is this what you are using?
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 688 Datastream
- 1.4K DSS
- 620 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 254 ETA
- 557 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 276 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 663 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 229 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛