Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Eikon COM /
avatar image
Question by Sascha K · May 31, 2019 at 09:02 AM · eikoneikon-data-apieikon-com-apitime-series.net

Timeseries data request gets no records on specific days

Using this code I expect to subscribe to a 1-minute interval for the ask quote on RIC DE200443845= for the 30th May:

            request = timeSeries.SetupDataRequest("DE200443845=")
                .WithView("ASK")
                .WithAllFields()
                .WithInterval(CommonInterval.Intraday1Minute)
                .From(new DateTime(2019, 5, 30))
                .To(new DateTime(2019, 5, 31))
                .OnDataReceived(DataReceivedCallback)
                .CreateAndSend();

However no records are returned in the DataReceivedCallback(DataChunk chunk) method.

What bothers me here is that:

1. When I set the date to:

                .From(new DateTime(2019, 5, 29))
                .To(new DateTime(2019, 5, 30))

I get all the ask quotes for the 29th May as expected so that I can assume the code to be fine.

2. When I use the XL EIKON Add-In with this function:

=RHistory("DE200443845=";"ASK.Close";"START:30-May-2019 END:30-May-2019 INTERVAL:1M";;"TSREPEAT:NO CH:Fd";$Z$1)

I do get all the 68 ask quotes for the instrument for the 30th May. So the ask quote data seems to exist.

That makes me wonder why I do not get the ask quotes for the 30th May for DE200443845= using the EIKON .NET API. Thanks in advance for your help.

People who like this

0 Show 0
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.

2 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Alex Putkov.1 · May 31, 2019 at 10:53 AM

30-May-2019 was a public holiday in Germany. By default RHistory function in Eikon Excel includes holidays and out of session records in the timeseries returned, whereas the Timeseries interface of Eikon .NET API by default excludes those records. To include them add the following when setting up timeseries request:

request.WithFilter(filter => filter.IncludeOutOfSessionRecords(true));
Comment
Sascha K

People who like this

1 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.

avatar image
Answer by Sascha K · Jun 01, 2019 at 02:23 AM

Nice. Thank you, Alex.

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 >
7 People are following this question.

Related Questions

How to convert timeseries quotes from original currency to e.g. EUR?

.NET examples for getting basis,contract month and last values

Eikon .NET API DispatcherFrame

.NET timeseries : different results for same request

How can I retrieve historical price data on Excel for a list of 1000+ companies after an IPO?

  • 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