question

Upvotes
Accepted
1 5 3 8

How to get market holidays or calculate business day conventions in App Studio

Hi,

I'm looking for APIs to get market holidays calendar or calculate business day conventions..

I found Holiday structure definition in ThomsonReuters.Desktop.SDK.DataAccess.TimeSeries.MetaData but I didn't find any other clue.

Which should I use API to solve above or is there any other related APIs like 'day count conventions' ?

Thanks,

Sakamoto

eikoneikon-app-studiocalendar
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.

Hello @SAKAMOTO

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks, AHS

1 Answer

· Write an Answer
Upvotes
Accepted
4.6k 26 7 22

Hi @SAKAMOTO

Calendar tools are not a part of the App Studio API. For this purpose you can use Eikon Desktop Data SDK with Adfin Analytics. We do not have a separate code sample for .NET, but this tutorial will provide you with all information that you need.

It will allow to replicate the functionality of the date functions from Excel, for instance:

=DfAddWD("JAP",TODAY(),10,"DMC:MOD")

This function will add 10 working days to today's date using Japanese calendar.

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.