Getting Volume and Open_Interest for last trading date after close

Hi,
Last night at 20:07 I ran my C# API to get OHLC, Volume and OI for ESc1 and ESc2. At that time the API returned:
03/04/19 00:00
2814
2819.75
2767.5
2791.25
0
0
So, I got 0 for OI and Volume. This is more than 3 hours after the CME close.
When I run it again this morning I get:
03/04/19 00:00
2814
2819.75
2767.5
2791.25
1791972
2445886
So now data is correct. I need to have this data at the same time as the other data is available.
Why did it return 0 last night?
Code I used:
object volumeObject;
double? volume = null;
if (record.TryGetValue("NDA_VOLUME", out volumeObject))
volume = (double)volumeObject;
object open_interestObject;
double? open_interest = null;
if (record.TryGetValue("NDA_OPEN_INTEREST", out open_interestObject))
open_interest = (double)open_interestObject;
Thank you!
Best Answer
-
In resolution to case 07416365 the content team confirmed that for S&P 500 E-mini futures (ESc1 and ESc2) the exchange publishes volume and open interest on the collection feed at the following times: from Monday through Thursday, the exchange sends the values at 3 am GMT. For Friday's data, they send the values at 9:45 pm on Sunday.
0
Answers
-
@jerome your code looks fine, but it does not show what data you are requesting. Judging by the fields that you are using, I am guessing, it is a time series request, daily, withView('NDA_RAW'). Could you show the request params?
0 -
Hi Zhenya,
Please find the code below:
Thanks
public void Launch(String ric, DateTime dt)
{
Console.WriteLine("Get RIC: "+ ric);
//Console.WriteLine("");
request = timeSeries.SetupDataRequest(ric)
.WithView("NDA_RAW")
.WithAllFields()
.WithInterval(CommonInterval.Daily)
.From(dt)
// .WithNumberOfPoints(50)
.OnDataReceived(DataReceivedCallback)
.CreateAndSend();
//Console.Write("finished");
}0 -
@jerome so ```dt``` is today-50?
0 -
DateTime dt = new DateTime(2018, 12, 1);
0 -
@jerome
I opened case 07416607 with Refinitiv Helpdesk on your behalf to investigate at what time volume and open interest should be populated in NDA_RAW view for these futures.0 -
@jerome it is not clear why you got this issue, might have been a content issue. The only thing I can recommend at this point is keep an eye on this and report it should this happen again.
So, next time you see this, compare your output to the following Excel function. If it shows zeros as well, you can safely assume this is a content issue and report it to the support desk.
=RHistory("ESc1","NDA_RAW.Nda_date;NDA_RAW.Nda_open_interest;NDA_RAW.Nda_volume;","INTERVAL:1D",,"CH:Fd")
0 -
ok - will check it again tonight
0
Categories
- All Categories
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 33 Data Model Discovery
- 682 Datastream
- 1.4K DSS
- 613 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
- 248 ETA
- 552 WebSocket API
- 37 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
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.8K Refinitiv Data Platform
- 625 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
- 26 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 191 TREP Infrastructure
- 228 TRKD
- 915 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 83 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛