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