question

Upvotes
Accepted
2 3 1 6

Business Day Check, Intraday Time Series

Hi, I have 2 questions related to Eikon COM API.

I have read documentations and QnAs, but I couldn't find a clear solution.

1) Is it possible to check if a specific date is a business day or not?

2) How can I retrieve intraday time series? For example, bid price of MSFT at 09:00:00:00 (at 9 AM), at 09:00:10:00 (at 10 seconds after 9 AM), etc..

(Using Eikon COM API, not App Studio .Net SDK)

Thank you for your help.

eikoneikon-com-apihistoricaltime-series
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
4.6k 26 7 22

@mechakucha

  1. Yes, it is quite possible. You can use CreateAdxDateModule(), but will need to add a reference to Interop.AdfinXAnalyticsFunctions.dll. The function is called DfIsWD()
  2. Intraday data is not available in the COM API.
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.