question

Upvotes
Accepted
84 4 4 8

Continuation Contracts using Eikon .NET API

I am trying to pull continuation contract (XXXc1, XXXc2, XXXc3) settlement data via the Eikon .NET API and there are a few instruments it doesn’t work for e.g. JKM and SEP.


When I use the Eikon Excel addin I can pull the data fine, but not when I implement in C#. I know my code works because it works for other instruments like NCFM, YBV, NEA, SEF.


Even more unusual is I can pull JKMc1 and JKMc2 but not JKMc3 onwards.


Is there anything to check which might explain why I can’t access the data?

eikoneikon-com-apic#.net
icon clock
10 |1500

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

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

I just tried retrieving timeseries of close values for JKMc3 and SEPc1 using ITimeSeriesDataRequest interface, and I had no problem retrieving the data. Do you have any events (OnDataReceived and/or OnStatusUpdated) triggered when you send the request?

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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