question

Upvotes
Accepted
1 0 0 1

Market Holiday in Websocket with time range

How can I query Market Holiday API with time rage (e.g. for this year and next year) in websocket API?

Using this request message:

{
  "ID": 2,
  "Streaming": false,
  "Key": {
    "Name": [
      "US/HOLIDAY",
      "FR/HOLIDAY",
      "DE/HOLIDAY"
    ],
    "Service": "IDN_RDF"
  }
}

This returns only messages for current year but I need data for next year as well.

Kind regards,

Andrei

market-holidays
icon clock
10 |1500

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

Upvotes
Accepted
23k 22 9 14

Hello @andrei.floroiu ,

From your question, you are integrating with Refinitiv Websocket API.

The underlying product you are integrating to is a Refinitiv Real-Time service/feed, conveying streaming data.

Some limited reference data that is required to process real-time, such as current holiday information, is also made available through real-time streaming feed.

For more detailed, in-depth, reference information, such as future holidays, to my best understanding, you would integrate with a reference data product.

To help you address your requirement, in terms of the content required and product that carries the content, the best to advise should be your Refinitiv account team.

icon clock
10 |1500

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

Upvotes
9.7k 49 38 60

Hi @andrei.floroiu

The WebSocket API is a real-time API. It does not provide historical queries. The holiday details, such as US/HOLIDAY, is a page-based, display-only query you would typically use within our desktop products or our SpeedGuide utility.

I would suggest you reach out to the Refinitiv Helpdesk to check if a holiday schedule is available using our historical APIs.

icon clock
10 |1500

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

Upvotes
1 0 0 1

Thank you for the prompt replies!

Andrei

icon clock
10 |1500

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

Click below to post an Idea Post Idea