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

Tagged:

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    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.

Answers