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.

Best Answer

  • @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.